#ce9bfe
a light, electric violet · warm · closest name: violet
RGB
206, 155, 254
HSL
271°, 98%, 80%
CMYK
19, 39, 0, 0
Luminance
0.4372
Every format
| HEX | #ce9bfe |
| RGB | rgb(206, 155, 254) |
| HSL | hsl(271, 98%, 80%) |
| CMYK | cmyk(19%, 39%, 0%, 0%) |
| LAB | lab(72.0 37.3 -42.1) |
| LCH | lch(72.0 56.3 311.5) |
| OKLCH | oklch(0.774 0.146 307.0) |
Copy-ready code
/* CSS */
color: #ce9bfe;
background-color: #ce9bfe;
/* Tailwind (arbitrary) */
class="text-[#ce9bfe] bg-[#ce9bfe]"
/* SCSS */
$brand: #ce9bfe;
/* SwiftUI */
Color(red: 0.808, green: 0.608, blue: 0.996)
/* Android */
Color.parseColor("#ce9bfe")Accessibility — WCAG contrast
Aa
#ce9bfe on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce9bfe on black: 9.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green60.8%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta39.0%
Yellow0.0%
Key (black)0.4%
Color previews
#ce9bfe text on a black background
contrast 9.74:1
Card sample
#ce9bfe text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce9bfe;
Background color
Panel with #ce9bfe background
background-color: #ce9bfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce9bfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 155, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 155, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce9bfe; background: linear-gradient(135deg, #ce9bfe, #FE9BEC);