#df7cfb
a light, electric violet · warm · closest name: violet
RGB
223, 124, 251
HSL
287°, 94%, 74%
CMYK
11, 51, 0, 2
Luminance
0.3707
Every format
| HEX | #df7cfb |
| RGB | rgb(223, 124, 251) |
| HSL | hsl(287, 94%, 74%) |
| CMYK | cmyk(11%, 51%, 0%, 2%) |
| LAB | lab(67.3 57.6 -47.8) |
| LCH | lch(67.3 74.8 320.3) |
| OKLCH | oklch(0.742 0.200 318.4) |
Copy-ready code
/* CSS */
color: #df7cfb;
background-color: #df7cfb;
/* Tailwind (arbitrary) */
class="text-[#df7cfb] bg-[#df7cfb]"
/* SCSS */
$brand: #df7cfb;
/* SwiftUI */
Color(red: 0.875, green: 0.486, blue: 0.984)
/* Android */
Color.parseColor("#df7cfb")Accessibility — WCAG contrast
Aa
#df7cfb on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#df7cfb on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.5%
Green48.6%
Blue98.4%
CMYK percentages
Cyan11.2%
Magenta50.6%
Yellow0.0%
Key (black)1.6%
Color previews
#df7cfb text on a black background
contrast 8.41:1
Card sample
#df7cfb text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #df7cfb;
Background color
Panel with #df7cfb background
background-color: #df7cfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #df7cfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(223, 124, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(223, 124, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #df7cfb; background: linear-gradient(135deg, #df7cfb, #FB7CC2);