#ce71fc
a light, electric violet · warm · closest name: violet
RGB
206, 113, 252
HSL
280°, 96%, 72%
CMYK
18, 55, 0, 1
Luminance
0.3196
Every format
| HEX | #ce71fc |
| RGB | rgb(206, 113, 252) |
| HSL | hsl(280, 96%, 72%) |
| CMYK | cmyk(18%, 55%, 0%, 1%) |
| LAB | lab(63.3 58.9 -54.8) |
| LCH | lch(63.3 80.4 317.0) |
| OKLCH | oklch(0.709 0.210 313.2) |
Copy-ready code
/* CSS */
color: #ce71fc;
background-color: #ce71fc;
/* Tailwind (arbitrary) */
class="text-[#ce71fc] bg-[#ce71fc]"
/* SCSS */
$brand: #ce71fc;
/* SwiftUI */
Color(red: 0.808, green: 0.443, blue: 0.988)
/* Android */
Color.parseColor("#ce71fc")Accessibility — WCAG contrast
Aa
#ce71fc on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce71fc on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.3%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta55.2%
Yellow0.0%
Key (black)1.2%
Color previews
#ce71fc text on a black background
contrast 7.39:1
Card sample
#ce71fc text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce71fc;
Background color
Panel with #ce71fc background
background-color: #ce71fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce71fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 113, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 113, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce71fc; background: linear-gradient(135deg, #ce71fc, #FC71CD);