#ce5cff
a light, electric violet · warm · closest name: magenta
RGB
206, 92, 255
HSL
282°, 100%, 68%
CMYK
19, 64, 0, 0
Luminance
0.2800
Every format
| HEX | #ce5cff |
| RGB | rgb(206, 92, 255) |
| HSL | hsl(282, 100%, 68%) |
| CMYK | cmyk(19%, 64%, 0%, 0%) |
| LAB | lab(59.9 69.2 -61.9) |
| LCH | lch(59.9 92.9 318.2) |
| OKLCH | oklch(0.684 0.242 314.1) |
Copy-ready code
/* CSS */
color: #ce5cff;
background-color: #ce5cff;
/* Tailwind (arbitrary) */
class="text-[#ce5cff] bg-[#ce5cff]"
/* SCSS */
$brand: #ce5cff;
/* SwiftUI */
Color(red: 0.808, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#ce5cff")Accessibility — WCAG contrast
Aa
#ce5cff on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce5cff on black: 6.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green36.1%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#ce5cff text on a black background
contrast 6.60:1
Card sample
#ce5cff text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce5cff;
Background color
Panel with #ce5cff background
background-color: #ce5cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce5cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce5cff; background: linear-gradient(135deg, #ce5cff, #FF5CC3);