#ce6fef
a light, electric violet · warm · closest name: violet
RGB
206, 111, 239
HSL
285°, 80%, 69%
CMYK
14, 54, 0, 6
Luminance
0.3072
Every format
| HEX | #ce6fef |
| RGB | rgb(206, 111, 239) |
| HSL | hsl(285, 80%, 69%) |
| CMYK | cmyk(14%, 54%, 0%, 6%) |
| LAB | lab(62.3 57.2 -49.3) |
| LCH | lch(62.3 75.5 319.3) |
| OKLCH | oklch(0.699 0.200 316.7) |
Copy-ready code
/* CSS */
color: #ce6fef;
background-color: #ce6fef;
/* Tailwind (arbitrary) */
class="text-[#ce6fef] bg-[#ce6fef]"
/* SCSS */
$brand: #ce6fef;
/* SwiftUI */
Color(red: 0.808, green: 0.435, blue: 0.937)
/* Android */
Color.parseColor("#ce6fef")Accessibility — WCAG contrast
Aa
#ce6fef on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce6fef on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green43.5%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta53.6%
Yellow0.0%
Key (black)6.3%
Color previews
#ce6fef text on a black background
contrast 7.14:1
Card sample
#ce6fef text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce6fef;
Background color
Panel with #ce6fef background
background-color: #ce6fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce6fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 111, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 111, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce6fef; background: linear-gradient(135deg, #ce6fef, #EF6FBB);