#ce5eee
a light, electric violet · warm · closest name: violet
RGB
206, 94, 238
HSL
287°, 81%, 65%
CMYK
13, 61, 0, 7
Luminance
0.2730
Every format
| HEX | #ce5eee |
| RGB | rgb(206, 94, 238) |
| HSL | hsl(287, 81%, 65%) |
| CMYK | cmyk(13%, 61%, 0%, 7%) |
| LAB | lab(59.3 65.0 -53.5) |
| LCH | lch(59.3 84.2 320.5) |
| OKLCH | oklch(0.677 0.224 318.1) |
Copy-ready code
/* CSS */
color: #ce5eee;
background-color: #ce5eee;
/* Tailwind (arbitrary) */
class="text-[#ce5eee] bg-[#ce5eee]"
/* SCSS */
$brand: #ce5eee;
/* SwiftUI */
Color(red: 0.808, green: 0.369, blue: 0.933)
/* Android */
Color.parseColor("#ce5eee")Accessibility — WCAG contrast
Aa
#ce5eee on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5eee on black: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green36.9%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta60.5%
Yellow0.0%
Key (black)6.7%
Color previews
#ce5eee text on a black background
contrast 6.46:1
Card sample
#ce5eee text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5eee;
Background color
Panel with #ce5eee background
background-color: #ce5eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 94, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 94, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5eee; background: linear-gradient(135deg, #ce5eee, #EE5EAE);