#ce5fec
a balanced, electric violet · warm · closest name: violet
RGB
206, 95, 236
HSL
287°, 79%, 65%
CMYK
13, 60, 0, 8
Luminance
0.2736
Every format
| HEX | #ce5fec |
| RGB | rgb(206, 95, 236) |
| HSL | hsl(287, 79%, 65%) |
| CMYK | cmyk(13%, 60%, 0%, 8%) |
| LAB | lab(59.3 64.2 -52.3) |
| LCH | lch(59.3 82.8 320.8) |
| OKLCH | oklch(0.677 0.221 318.6) |
Copy-ready code
/* CSS */
color: #ce5fec;
background-color: #ce5fec;
/* Tailwind (arbitrary) */
class="text-[#ce5fec] bg-[#ce5fec]"
/* SCSS */
$brand: #ce5fec;
/* SwiftUI */
Color(red: 0.808, green: 0.373, blue: 0.925)
/* Android */
Color.parseColor("#ce5fec")Accessibility — WCAG contrast
Aa
#ce5fec on white: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5fec on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green37.3%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta59.7%
Yellow0.0%
Key (black)7.5%
Color previews
#ce5fec text on a black background
contrast 6.47:1
Card sample
#ce5fec text on a white background
contrast 3.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5fec;
Background color
Panel with #ce5fec background
background-color: #ce5fec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5fec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 95, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 95, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5fec; background: linear-gradient(135deg, #ce5fec, #EC5FAC);