#ce8cf4
a light, electric violet · warm · closest name: violet
RGB
206, 140, 244
HSL
278°, 83%, 75%
CMYK
16, 43, 0, 4
Luminance
0.3841
Every format
| HEX | #ce8cf4 |
| RGB | rgb(206, 140, 244) |
| HSL | hsl(278, 83%, 75%) |
| CMYK | cmyk(16%, 43%, 0%, 4%) |
| LAB | lab(68.3 43.3 -42.5) |
| LCH | lch(68.3 60.7 315.5) |
| OKLCH | oklch(0.745 0.159 312.2) |
Copy-ready code
/* CSS */
color: #ce8cf4;
background-color: #ce8cf4;
/* Tailwind (arbitrary) */
class="text-[#ce8cf4] bg-[#ce8cf4]"
/* SCSS */
$brand: #ce8cf4;
/* SwiftUI */
Color(red: 0.808, green: 0.549, blue: 0.957)
/* Android */
Color.parseColor("#ce8cf4")Accessibility — WCAG contrast
Aa
#ce8cf4 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8cf4 on black: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.9%
Blue95.7%
CMYK percentages
Cyan15.6%
Magenta42.6%
Yellow0.0%
Key (black)4.3%
Color previews
#ce8cf4 text on a black background
contrast 8.68:1
Card sample
#ce8cf4 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8cf4;
Background color
Panel with #ce8cf4 background
background-color: #ce8cf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8cf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 140, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 140, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8cf4; background: linear-gradient(135deg, #ce8cf4, #F48CD5);