#dbc2fc
a pale, electric violet · warm · closest name: plum
RGB
219, 194, 252
HSL
266°, 91%, 88%
CMYK
13, 23, 0, 1
Luminance
0.6067
Every format
| HEX | #dbc2fc |
| RGB | rgb(219, 194, 252) |
| HSL | hsl(266, 91%, 88%) |
| CMYK | cmyk(13%, 23%, 0%, 1%) |
| LAB | lab(82.2 19.6 -25.3) |
| LCH | lch(82.2 32.0 307.8) |
| OKLCH | oklch(0.854 0.084 304.3) |
Copy-ready code
/* CSS */
color: #dbc2fc;
background-color: #dbc2fc;
/* Tailwind (arbitrary) */
class="text-[#dbc2fc] bg-[#dbc2fc]"
/* SCSS */
$brand: #dbc2fc;
/* SwiftUI */
Color(red: 0.859, green: 0.761, blue: 0.988)
/* Android */
Color.parseColor("#dbc2fc")Accessibility — WCAG contrast
Aa
#dbc2fc on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc2fc on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green76.1%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta23.0%
Yellow0.0%
Key (black)1.2%
Color previews
#dbc2fc text on a black background
contrast 13.13:1
Card sample
#dbc2fc text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc2fc;
Background color
Panel with #dbc2fc background
background-color: #dbc2fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc2fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 194, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 194, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc2fc; background: linear-gradient(135deg, #dbc2fc, #FCC2F6);