#ce5dec
a balanced, electric violet · warm · closest name: violet
RGB
206, 93, 236
HSL
287°, 79%, 65%
CMYK
13, 61, 0, 8
Luminance
0.2701
Every format
| HEX | #ce5dec |
| RGB | rgb(206, 93, 236) |
| HSL | hsl(287, 79%, 65%) |
| CMYK | cmyk(13%, 61%, 0%, 8%) |
| LAB | lab(59.0 65.1 -52.8) |
| LCH | lch(59.0 83.8 320.9) |
| OKLCH | oklch(0.674 0.223 318.7) |
Copy-ready code
/* CSS */
color: #ce5dec;
background-color: #ce5dec;
/* Tailwind (arbitrary) */
class="text-[#ce5dec] bg-[#ce5dec]"
/* SCSS */
$brand: #ce5dec;
/* SwiftUI */
Color(red: 0.808, green: 0.365, blue: 0.925)
/* Android */
Color.parseColor("#ce5dec")Accessibility — WCAG contrast
Aa
#ce5dec on white: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5dec on black: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green36.5%
Blue92.5%
CMYK percentages
Cyan12.7%
Magenta60.6%
Yellow0.0%
Key (black)7.5%
Color previews
#ce5dec text on a black background
contrast 6.40:1
Card sample
#ce5dec text on a white background
contrast 3.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5dec;
Background color
Panel with #ce5dec background
background-color: #ce5dec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5dec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 93, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 93, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5dec; background: linear-gradient(135deg, #ce5dec, #EC5DAB);