#ce5fef
a light, electric violet · warm · closest name: violet
RGB
206, 95, 239
HSL
286°, 82%, 66%
CMYK
14, 60, 0, 6
Luminance
0.2754
Every format
| HEX | #ce5fef |
| RGB | rgb(206, 95, 239) |
| HSL | hsl(286, 82%, 66%) |
| CMYK | cmyk(14%, 60%, 0%, 6%) |
| LAB | lab(59.5 64.8 -53.7) |
| LCH | lch(59.5 84.1 320.3) |
| OKLCH | oklch(0.678 0.224 317.8) |
Copy-ready code
/* CSS */
color: #ce5fef;
background-color: #ce5fef;
/* Tailwind (arbitrary) */
class="text-[#ce5fef] bg-[#ce5fef]"
/* SCSS */
$brand: #ce5fef;
/* SwiftUI */
Color(red: 0.808, green: 0.373, blue: 0.937)
/* Android */
Color.parseColor("#ce5fef")Accessibility — WCAG contrast
Aa
#ce5fef on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5fef on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green37.3%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta60.3%
Yellow0.0%
Key (black)6.3%
Color previews
#ce5fef text on a black background
contrast 6.51:1
Card sample
#ce5fef text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5fef;
Background color
Panel with #ce5fef background
background-color: #ce5fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 95, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 95, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5fef; background: linear-gradient(135deg, #ce5fef, #EF5FB0);