#ce6cef
a light, electric violet · warm · closest name: violet
RGB
206, 108, 239
HSL
285°, 80%, 68%
CMYK
14, 55, 0, 6
Luminance
0.3008
Every format
| HEX | #ce6cef |
| RGB | rgb(206, 108, 239) |
| HSL | hsl(285, 80%, 68%) |
| CMYK | cmyk(14%, 55%, 0%, 6%) |
| LAB | lab(61.7 58.7 -50.1) |
| LCH | lch(61.7 77.2 319.5) |
| OKLCH | oklch(0.695 0.205 316.9) |
Copy-ready code
/* CSS */
color: #ce6cef;
background-color: #ce6cef;
/* Tailwind (arbitrary) */
class="text-[#ce6cef] bg-[#ce6cef]"
/* SCSS */
$brand: #ce6cef;
/* SwiftUI */
Color(red: 0.808, green: 0.424, blue: 0.937)
/* Android */
Color.parseColor("#ce6cef")Accessibility — WCAG contrast
Aa
#ce6cef on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce6cef on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green42.4%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta54.8%
Yellow0.0%
Key (black)6.3%
Color previews
#ce6cef text on a black background
contrast 7.02:1
Card sample
#ce6cef text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6cef;
Background color
Panel with #ce6cef background
background-color: #ce6cef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6cef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 108, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 108, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6cef; background: linear-gradient(135deg, #ce6cef, #EF6CB9);