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