#ce7eee
a light, electric violet · warm · closest name: violet
RGB
206, 126, 238
HSL
283°, 77%, 71%
CMYK
13, 47, 0, 7
Luminance
0.3422
Every format
| HEX | #ce7eee |
| RGB | rgb(206, 126, 238) |
| HSL | hsl(283, 77%, 71%) |
| CMYK | cmyk(13%, 47%, 0%, 7%) |
| LAB | lab(65.1 49.4 -44.2) |
| LCH | lch(65.1 66.3 318.2) |
| OKLCH | oklch(0.720 0.175 315.6) |
Copy-ready code
/* CSS */
color: #ce7eee;
background-color: #ce7eee;
/* Tailwind (arbitrary) */
class="text-[#ce7eee] bg-[#ce7eee]"
/* SCSS */
$brand: #ce7eee;
/* SwiftUI */
Color(red: 0.808, green: 0.494, blue: 0.933)
/* Android */
Color.parseColor("#ce7eee")Accessibility — WCAG contrast
Aa
#ce7eee on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7eee on black: 7.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.4%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta47.1%
Yellow0.0%
Key (black)6.7%
Color previews
#ce7eee text on a black background
contrast 7.84:1
Card sample
#ce7eee text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7eee;
Background color
Panel with #ce7eee background
background-color: #ce7eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 126, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 126, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7eee; background: linear-gradient(135deg, #ce7eee, #EE7EC3);