#ce7cfb
a light, electric violet · warm · closest name: violet
RGB
206, 124, 251
HSL
279°, 94%, 74%
CMYK
18, 51, 0, 2
Luminance
0.3450
Every format
| HEX | #ce7cfb |
| RGB | rgb(206, 124, 251) |
| HSL | hsl(279, 94%, 74%) |
| CMYK | cmyk(18%, 51%, 0%, 2%) |
| LAB | lab(65.4 53.1 -51.0) |
| LCH | lch(65.4 73.7 316.2) |
| OKLCH | oklch(0.724 0.193 312.3) |
Copy-ready code
/* CSS */
color: #ce7cfb;
background-color: #ce7cfb;
/* Tailwind (arbitrary) */
class="text-[#ce7cfb] bg-[#ce7cfb]"
/* SCSS */
$brand: #ce7cfb;
/* SwiftUI */
Color(red: 0.808, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#ce7cfb")Accessibility — WCAG contrast
Aa
#ce7cfb on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ce7cfb on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green48.6%
Blue98.4%
CMYK percentages
Cyan17.9%
Magenta50.6%
Yellow0.0%
Key (black)1.6%
Color previews
#ce7cfb text on a black background
contrast 7.90:1
Card sample
#ce7cfb text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ce7cfb;
Background color
Panel with #ce7cfb background
background-color: #ce7cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ce7cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ce7cfb; background: linear-gradient(135deg, #ce7cfb, #FB7CD3);