#ce4cfb
a balanced, electric violet · warm · closest name: magenta
RGB
206, 76, 251
HSL
285°, 96%, 64%
CMYK
18, 70, 0, 2
Luminance
0.2526
Every format
| HEX | #ce4cfb |
| RGB | rgb(206, 76, 251) |
| HSL | hsl(285, 96%, 64%) |
| CMYK | cmyk(18%, 70%, 0%, 2%) |
| LAB | lab(57.3 74.9 -63.8) |
| LCH | lch(57.3 98.4 319.6) |
| OKLCH | oklch(0.665 0.258 315.9) |
Copy-ready code
/* CSS */
color: #ce4cfb;
background-color: #ce4cfb;
/* Tailwind (arbitrary) */
class="text-[#ce4cfb] bg-[#ce4cfb]"
/* SCSS */
$brand: #ce4cfb;
/* SwiftUI */
Color(red: 0.808, green: 0.298, blue: 0.984)
/* Android */
Color.parseColor("#ce4cfb")Accessibility — WCAG contrast
Aa
#ce4cfb on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ce4cfb on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green29.8%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta69.7%
Yellow0.0%
Key (black)1.6%
Color previews
#ce4cfb text on a black background
contrast 6.05:1
Card sample
#ce4cfb text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce4cfb;
Background color
Panel with #ce4cfb background
background-color: #ce4cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce4cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 76, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 76, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce4cfb; background: linear-gradient(135deg, #ce4cfb, #FB4CB3);