#cd4fea
a balanced, electric violet · warm · closest name: orchid
RGB
205, 79, 234
HSL
289°, 79%, 61%
CMYK
12, 66, 0, 8
Luminance
0.2451
Every format
| HEX | #cd4fea |
| RGB | rgb(205, 79, 234) |
| HSL | hsl(289, 79%, 61%) |
| CMYK | cmyk(12%, 66%, 0%, 8%) |
| LAB | lab(56.6 70.4 -55.5) |
| LCH | lch(56.6 89.7 321.7) |
| OKLCH | oklch(0.656 0.239 319.6) |
Copy-ready code
/* CSS */
color: #cd4fea;
background-color: #cd4fea;
/* Tailwind (arbitrary) */
class="text-[#cd4fea] bg-[#cd4fea]"
/* SCSS */
$brand: #cd4fea;
/* SwiftUI */
Color(red: 0.804, green: 0.310, blue: 0.918)
/* Android */
Color.parseColor("#cd4fea")Accessibility — WCAG contrast
Aa
#cd4fea on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#cd4fea on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green31.0%
Blue91.8%
CMYK percentages
Cyan12.4%
Magenta66.2%
Yellow0.0%
Key (black)8.2%
Color previews
#cd4fea text on a black background
contrast 5.90:1
Card sample
#cd4fea text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd4fea;
Background color
Panel with #cd4fea background
background-color: #cd4fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd4fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 79, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 79, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd4fea; background: linear-gradient(135deg, #cd4fea, #EA4FA0);