#ce76fd
a light, electric violet · warm · closest name: violet
RGB
206, 118, 253
HSL
279°, 97%, 73%
CMYK
19, 53, 0, 1
Luminance
0.3317
Every format
| HEX | #ce76fd |
| RGB | rgb(206, 118, 253) |
| HSL | hsl(279, 97%, 73%) |
| CMYK | cmyk(19%, 53%, 0%, 1%) |
| LAB | lab(64.3 56.6 -53.8) |
| LCH | lch(64.3 78.1 316.5) |
| OKLCH | oklch(0.716 0.204 312.4) |
Copy-ready code
/* CSS */
color: #ce76fd;
background-color: #ce76fd;
/* Tailwind (arbitrary) */
class="text-[#ce76fd] bg-[#ce76fd]"
/* SCSS */
$brand: #ce76fd;
/* SwiftUI */
Color(red: 0.808, green: 0.463, blue: 0.992)
/* Android */
Color.parseColor("#ce76fd")Accessibility — WCAG contrast
Aa
#ce76fd on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce76fd on black: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green46.3%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta53.4%
Yellow0.0%
Key (black)0.8%
Color previews
#ce76fd text on a black background
contrast 7.63:1
Card sample
#ce76fd text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce76fd;
Background color
Panel with #ce76fd background
background-color: #ce76fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce76fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 118, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 118, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce76fd; background: linear-gradient(135deg, #ce76fd, #FD76D2);