#ce7af8
a light, electric violet · warm · closest name: violet
RGB
206, 122, 248
HSL
280°, 90%, 73%
CMYK
17, 51, 0, 3
Luminance
0.3382
Every format
| HEX | #ce7af8 |
| RGB | rgb(206, 122, 248) |
| HSL | hsl(280, 90%, 73%) |
| CMYK | cmyk(17%, 51%, 0%, 3%) |
| LAB | lab(64.8 53.5 -50.2) |
| LCH | lch(64.8 73.4 316.8) |
| OKLCH | oklch(0.719 0.193 313.3) |
Copy-ready code
/* CSS */
color: #ce7af8;
background-color: #ce7af8;
/* Tailwind (arbitrary) */
class="text-[#ce7af8] bg-[#ce7af8]"
/* SCSS */
$brand: #ce7af8;
/* SwiftUI */
Color(red: 0.808, green: 0.478, blue: 0.973)
/* Android */
Color.parseColor("#ce7af8")Accessibility — WCAG contrast
Aa
#ce7af8 on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7af8 on black: 7.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green47.8%
Blue97.3%
CMYK percentages
Cyan16.9%
Magenta50.8%
Yellow0.0%
Key (black)2.7%
Color previews
#ce7af8 text on a black background
contrast 7.76:1
Card sample
#ce7af8 text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7af8;
Background color
Panel with #ce7af8 background
background-color: #ce7af8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7af8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 122, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 122, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7af8; background: linear-gradient(135deg, #ce7af8, #F87ACE);