#cd76fe
a light, electric violet · warm · closest name: violet
RGB
205, 118, 254
HSL
278°, 99%, 73%
CMYK
19, 54, 0, 0
Luminance
0.3309
Every format
| HEX | #cd76fe |
| RGB | rgb(205, 118, 254) |
| HSL | hsl(278, 99%, 73%) |
| CMYK | cmyk(19%, 54%, 0%, 0%) |
| LAB | lab(64.2 56.5 -54.5) |
| LCH | lch(64.2 78.5 316.1) |
| OKLCH | oklch(0.716 0.205 311.8) |
Copy-ready code
/* CSS */
color: #cd76fe;
background-color: #cd76fe;
/* Tailwind (arbitrary) */
class="text-[#cd76fe] bg-[#cd76fe]"
/* SCSS */
$brand: #cd76fe;
/* SwiftUI */
Color(red: 0.804, green: 0.463, blue: 0.996)
/* Android */
Color.parseColor("#cd76fe")Accessibility — WCAG contrast
Aa
#cd76fe on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cd76fe on black: 7.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green46.3%
Blue99.6%
CMYK percentages
Cyan19.3%
Magenta53.5%
Yellow0.0%
Key (black)0.4%
Color previews
#cd76fe text on a black background
contrast 7.62:1
Card sample
#cd76fe text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cd76fe;
Background color
Panel with #cd76fe background
background-color: #cd76fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cd76fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 118, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 118, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cd76fe; background: linear-gradient(135deg, #cd76fe, #FE76D4);