Vivid Raspberry (#FF006C)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 3.84:1 — vs black: 5.47:1
Color values
-
HEX
#FF006C -
RGB
rgb(255, 0, 108) -
HSL
hsl(334, 100%, 100%) -
CMYK
cmyk( 0, 100, 57.65, 0 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FF006C based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FF006C
Base
#00FF93
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FF006C
Base
#FF00EC
#FF1300
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FF006C
Base
#6CFF00
#006CFF
Two colors flanking the complement — high contrast with less tension than full complementary.
#FF006C
Base
#00FF13
#00ECFF
Four colors at 90° intervals — rich variety, best when one color dominates.
#FF006C
Base
#ECFF00
#00FF93
#1300FF
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FF006C
Base
#66002B
#B3004C
#D6005B
#FF2984
#FF4D98
#FF99C4
Darker shades and lighter tints of Vivid Raspberry, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#1A000B
#47001E
#750032
#A30045
#D10059
#FF006C
Base
#FF2E86
#FF5CA1
#FF8ABB
#FFB8D6
#FFE6F0
Ready-to-use code snippets for #FF006C. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FF006C;
}
/* Text */
.element {
color: #FF006C;
}
/* Border */
.element {
border: 1px solid #FF006C;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FF006C,
#FFFFFF
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FF006C,
#FFFFFF
);
}
// SCSS variable
$vivid-raspberry: #FF006C;
// With RGB channels (useful for rgba() usage)
$vivid-raspberry-r: 255;
$vivid-raspberry-g: 0;
$vivid-raspberry-b: 108;
// Usage
.element {
background-color: $vivid-raspberry;
color: rgba($vivid-raspberry-r, $vivid-raspberry-g, $vivid-raspberry-b, 0.8);
}
How Vivid Raspberry appears to people with different types of color vision deficiency.
#FF006C
How the color appears with full color vision.
#939364
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#5D5D6E
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FD2525
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#828282
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.