#ce7def
a light, electric violet · warm · closest name: violet
RGB
206, 125, 239
HSL
283°, 78%, 71%
CMYK
14, 48, 0, 6
Luminance
0.3402
Every format
| HEX | #ce7def |
| RGB | rgb(206, 125, 239) |
| HSL | hsl(283, 78%, 71%) |
| CMYK | cmyk(14%, 48%, 0%, 6%) |
| LAB | lab(65.0 50.1 -45.0) |
| LCH | lch(65.0 67.4 318.1) |
| OKLCH | oklch(0.719 0.178 315.5) |
Copy-ready code
/* CSS */
color: #ce7def;
background-color: #ce7def;
/* Tailwind (arbitrary) */
class="text-[#ce7def] bg-[#ce7def]"
/* SCSS */
$brand: #ce7def;
/* SwiftUI */
Color(red: 0.808, green: 0.490, blue: 0.937)
/* Android */
Color.parseColor("#ce7def")Accessibility — WCAG contrast
Aa
#ce7def on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7def on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green49.0%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta47.7%
Yellow0.0%
Key (black)6.3%
Color previews
#ce7def text on a black background
contrast 7.80:1
Card sample
#ce7def text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7def;
Background color
Panel with #ce7def background
background-color: #ce7def;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7def;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 125, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 125, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7def; background: linear-gradient(135deg, #ce7def, #EF7DC4);