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