#ce8cff
a light, electric violet · warm · closest name: violet
RGB
206, 140, 255
HSL
274°, 100%, 78%
CMYK
19, 45, 0, 0
Luminance
0.3910
Every format
| HEX | #ce8cff |
| RGB | rgb(206, 140, 255) |
| HSL | hsl(274, 100%, 78%) |
| CMYK | cmyk(19%, 45%, 0%, 0%) |
| LAB | lab(68.8 45.6 -47.7) |
| LCH | lch(68.8 66.0 313.7) |
| OKLCH | oklch(0.750 0.172 309.3) |
Copy-ready code
/* CSS */
color: #ce8cff;
background-color: #ce8cff;
/* Tailwind (arbitrary) */
class="text-[#ce8cff] bg-[#ce8cff]"
/* SCSS */
$brand: #ce8cff;
/* SwiftUI */
Color(red: 0.808, green: 0.549, blue: 1.000)
/* Android */
Color.parseColor("#ce8cff")Accessibility — WCAG contrast
Aa
#ce8cff on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce8cff on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green54.9%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta45.1%
Yellow0.0%
Key (black)0.0%
Color previews
#ce8cff text on a black background
contrast 8.82:1
Card sample
#ce8cff text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce8cff;
Background color
Panel with #ce8cff background
background-color: #ce8cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce8cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 140, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 140, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce8cff; background: linear-gradient(135deg, #ce8cff, #FF8CE3);