#dbc6fc
a pale, electric violet · warm · closest name: plum
RGB
219, 198, 252
HSL
263°, 90%, 88%
CMYK
13, 21, 0, 1
Luminance
0.6248
Every format
| HEX | #dbc6fc |
| RGB | rgb(219, 198, 252) |
| HSL | hsl(263, 90%, 88%) |
| CMYK | cmyk(13%, 21%, 0%, 1%) |
| LAB | lab(83.2 17.5 -23.8) |
| LCH | lch(83.2 29.6 306.3) |
| OKLCH | oklch(0.862 0.077 302.6) |
Copy-ready code
/* CSS */
color: #dbc6fc;
background-color: #dbc6fc;
/* Tailwind (arbitrary) */
class="text-[#dbc6fc] bg-[#dbc6fc]"
/* SCSS */
$brand: #dbc6fc;
/* SwiftUI */
Color(red: 0.859, green: 0.776, blue: 0.988)
/* Android */
Color.parseColor("#dbc6fc")Accessibility — WCAG contrast
Aa
#dbc6fc on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbc6fc on black: 13.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green77.6%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta21.4%
Yellow0.0%
Key (black)1.2%
Color previews
#dbc6fc text on a black background
contrast 13.50:1
Card sample
#dbc6fc text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbc6fc;
Background color
Panel with #dbc6fc background
background-color: #dbc6fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbc6fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 198, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 198, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbc6fc; background: linear-gradient(135deg, #dbc6fc, #FCC6F9);