#ce95ff
a light, electric violet · warm · closest name: violet
RGB
206, 149, 255
HSL
272°, 100%, 79%
CMYK
19, 42, 0, 0
Luminance
0.4184
Every format
| HEX | #ce95ff |
| RGB | rgb(206, 149, 255) |
| HSL | hsl(272, 100%, 79%) |
| CMYK | cmyk(19%, 42%, 0%, 0%) |
| LAB | lab(70.8 40.8 -44.7) |
| LCH | lch(70.8 60.5 312.4) |
| OKLCH | oklch(0.764 0.157 307.8) |
Copy-ready code
/* CSS */
color: #ce95ff;
background-color: #ce95ff;
/* Tailwind (arbitrary) */
class="text-[#ce95ff] bg-[#ce95ff]"
/* SCSS */
$brand: #ce95ff;
/* SwiftUI */
Color(red: 0.808, green: 0.584, blue: 1.000)
/* Android */
Color.parseColor("#ce95ff")Accessibility — WCAG contrast
Aa
#ce95ff on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce95ff on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green58.4%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta41.6%
Yellow0.0%
Key (black)0.0%
Color previews
#ce95ff text on a black background
contrast 9.37:1
Card sample
#ce95ff text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce95ff;
Background color
Panel with #ce95ff background
background-color: #ce95ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce95ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 149, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 149, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce95ff; background: linear-gradient(135deg, #ce95ff, #FF95E9);