Royal Fuchsia (#CA2C92)
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: 4.90:1 — vs black: 4.29:1
Color values
-
HEX
#CA2C92 -
RGB
rgb(202, 44, 146) -
HSL
hsl(321, 64%, 48%) -
CMYK
cmyk( 0, 78, 28, 21 ) -
Websafe
#CC3399
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #CA2C92 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#CA2C92
Base
#2CCA64
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#CA2C92
Base
#B32CCA
#CA2C43
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#CA2C92
Base
#92CA2C
#2C92CA
Two colors flanking the complement — high contrast with less tension than full complementary.
#CA2C92
Base
#43CA2C
#2CCAB3
Four colors at 90° intervals — rich variety, best when one color dominates.
#CA2C92
Base
#CAB32C
#2CCA64
#2C43CA
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#CA2C92
Base
#4C1137
#8B1E65
#A8257A
#D748A4
#DD65B3
#EBA4D2
Darker shades and lighter tints of Royal Fuchsia, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#15050F
#390C29
#5D1443
#821C5E
#A62478
#CA2C92
Base
#D84DA7
#E175BA
#E99CCE
#F2C3E1
#FAEAF5
Ready-to-use code snippets for #CA2C92. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #CA2C92;
}
/* Text */
.element {
color: #CA2C92;
}
/* Border */
.element {
border: 1px solid #CA2C92;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#CA2C92,
#2CCA64
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#CA2C92,
#2CCA64
);
}
// SCSS variable
$royal-fuchsia: #CA2C92;
// With RGB channels (useful for rgba() usage)
$royal-fuchsia-r: 202;
$royal-fuchsia-g: 44;
$royal-fuchsia-b: 146;
// Usage
.element {
background-color: $royal-fuchsia;
color: rgba($royal-fuchsia-r, $royal-fuchsia-g, $royal-fuchsia-b, 0.8);
}
How Royal Fuchsia appears to people with different types of color vision deficiency.
#CA2C92
How the color appears with full color vision.
#78788F
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#535393
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#C54444
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#717171
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.