#cd7fea
a light, vivid violet · warm · closest name: orchid
RGB
205, 127, 234
HSL
284°, 72%, 71%
CMYK
12, 46, 0, 8
Luminance
0.3410
Every format
| HEX | #cd7fea |
| RGB | rgb(205, 127, 234) |
| HSL | hsl(284, 72%, 71%) |
| CMYK | cmyk(12%, 46%, 0%, 8%) |
| LAB | lab(65.0 47.8 -42.2) |
| LCH | lch(65.0 63.7 318.6) |
| OKLCH | oklch(0.718 0.169 316.3) |
Copy-ready code
/* CSS */
color: #cd7fea;
background-color: #cd7fea;
/* Tailwind (arbitrary) */
class="text-[#cd7fea] bg-[#cd7fea]"
/* SCSS */
$brand: #cd7fea;
/* SwiftUI */
Color(red: 0.804, green: 0.498, blue: 0.918)
/* Android */
Color.parseColor("#cd7fea")Accessibility — WCAG contrast
Aa
#cd7fea on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7fea on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.8%
Blue91.8%
CMYK percentages
Cyan12.4%
Magenta45.7%
Yellow0.0%
Key (black)8.2%
Color previews
#cd7fea text on a black background
contrast 7.82:1
Card sample
#cd7fea text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7fea;
Background color
Panel with #cd7fea background
background-color: #cd7fea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7fea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 127, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 127, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7fea; background: linear-gradient(135deg, #cd7fea, #EA7FC0);