#ce91fd
a light, electric violet · warm · closest name: violet
RGB
206, 145, 253
HSL
274°, 96%, 78%
CMYK
19, 43, 0, 1
Luminance
0.4046
Every format
| HEX | #ce91fd |
| RGB | rgb(206, 145, 253) |
| HSL | hsl(274, 96%, 78%) |
| CMYK | cmyk(19%, 43%, 0%, 1%) |
| LAB | lab(69.8 42.5 -45.1) |
| LCH | lch(69.8 62.0 313.3) |
| OKLCH | oklch(0.757 0.161 309.0) |
Copy-ready code
/* CSS */
color: #ce91fd;
background-color: #ce91fd;
/* Tailwind (arbitrary) */
class="text-[#ce91fd] bg-[#ce91fd]"
/* SCSS */
$brand: #ce91fd;
/* SwiftUI */
Color(red: 0.808, green: 0.569, blue: 0.992)
/* Android */
Color.parseColor("#ce91fd")Accessibility — WCAG contrast
Aa
#ce91fd on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce91fd on black: 9.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green56.9%
Blue99.2%
CMYK percentages
Cyan18.6%
Magenta42.7%
Yellow0.0%
Key (black)0.8%
Color previews
#ce91fd text on a black background
contrast 9.09:1
Card sample
#ce91fd text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce91fd;
Background color
Panel with #ce91fd background
background-color: #ce91fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce91fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 145, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 145, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce91fd; background: linear-gradient(135deg, #ce91fd, #FD91E4);