#cd7fe8
a light, vivid violet · warm · closest name: orchid
RGB
205, 127, 232
HSL
285°, 70%, 70%
CMYK
12, 45, 0, 9
Luminance
0.3398
Every format
| HEX | #cd7fe8 |
| RGB | rgb(205, 127, 232) |
| HSL | hsl(285, 70%, 70%) |
| CMYK | cmyk(12%, 45%, 0%, 9%) |
| LAB | lab(65.0 47.4 -41.2) |
| LCH | lch(65.0 62.8 319.0) |
| OKLCH | oklch(0.717 0.167 316.9) |
Copy-ready code
/* CSS */
color: #cd7fe8;
background-color: #cd7fe8;
/* Tailwind (arbitrary) */
class="text-[#cd7fe8] bg-[#cd7fe8]"
/* SCSS */
$brand: #cd7fe8;
/* SwiftUI */
Color(red: 0.804, green: 0.498, blue: 0.910)
/* Android */
Color.parseColor("#cd7fe8")Accessibility — WCAG contrast
Aa
#cd7fe8 on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd7fe8 on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green49.8%
Blue91.0%
CMYK percentages
Cyan11.6%
Magenta45.3%
Yellow0.0%
Key (black)9.0%
Color previews
#cd7fe8 text on a black background
contrast 7.80:1
Card sample
#cd7fe8 text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd7fe8;
Background color
Panel with #cd7fe8 background
background-color: #cd7fe8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd7fe8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 127, 232, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 127, 232, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd7fe8; background: linear-gradient(135deg, #cd7fe8, #E87FBD);