#ce95fe
a light, electric violet · warm · closest name: violet
RGB
206, 149, 254
HSL
273°, 98%, 79%
CMYK
19, 41, 0, 0
Luminance
0.4177
Every format
| HEX | #ce95fe |
| RGB | rgb(206, 149, 254) |
| HSL | hsl(273, 98%, 79%) |
| CMYK | cmyk(19%, 41%, 0%, 0%) |
| LAB | lab(70.7 40.6 -44.2) |
| LCH | lch(70.7 60.0 312.5) |
| OKLCH | oklch(0.764 0.156 308.1) |
Copy-ready code
/* CSS */
color: #ce95fe;
background-color: #ce95fe;
/* Tailwind (arbitrary) */
class="text-[#ce95fe] bg-[#ce95fe]"
/* SCSS */
$brand: #ce95fe;
/* SwiftUI */
Color(red: 0.808, green: 0.584, blue: 0.996)
/* Android */
Color.parseColor("#ce95fe")Accessibility — WCAG contrast
Aa
#ce95fe on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce95fe on black: 9.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green58.4%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta41.3%
Yellow0.0%
Key (black)0.4%
Color previews
#ce95fe text on a black background
contrast 9.35:1
Card sample
#ce95fe text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce95fe;
Background color
Panel with #ce95fe background
background-color: #ce95fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce95fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 149, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 149, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce95fe; background: linear-gradient(135deg, #ce95fe, #FE95E8);