#ce71eb
a light, electric violet · warm · closest name: violet
RGB
206, 113, 235
HSL
286°, 75%, 68%
CMYK
12, 52, 0, 8
Luminance
0.3093
Every format
| HEX | #ce71eb |
| RGB | rgb(206, 113, 235) |
| HSL | hsl(286, 75%, 68%) |
| CMYK | cmyk(12%, 52%, 0%, 8%) |
| LAB | lab(62.5 55.4 -46.8) |
| LCH | lch(62.5 72.5 319.8) |
| OKLCH | oklch(0.700 0.193 317.6) |
Copy-ready code
/* CSS */
color: #ce71eb;
background-color: #ce71eb;
/* Tailwind (arbitrary) */
class="text-[#ce71eb] bg-[#ce71eb]"
/* SCSS */
$brand: #ce71eb;
/* SwiftUI */
Color(red: 0.808, green: 0.443, blue: 0.922)
/* Android */
Color.parseColor("#ce71eb")Accessibility — WCAG contrast
Aa
#ce71eb on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce71eb on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green44.3%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta51.9%
Yellow0.0%
Key (black)7.8%
Color previews
#ce71eb text on a black background
contrast 7.19:1
Card sample
#ce71eb text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce71eb;
Background color
Panel with #ce71eb background
background-color: #ce71eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce71eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 113, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 113, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce71eb; background: linear-gradient(135deg, #ce71eb, #EB71B7);