#dbdffb
a pale, electric blue · warm · closest name: lavender
RGB
219, 223, 251
HSL
233°, 80%, 92%
CMYK
13, 11, 0, 2
Luminance
0.7480
Every format
| HEX | #dbdffb |
| RGB | rgb(219, 223, 251) |
| HSL | hsl(233, 80%, 92%) |
| CMYK | cmyk(13%, 11%, 0%, 2%) |
| LAB | lab(89.3 4.0 -14.0) |
| LCH | lch(89.3 14.6 286.1) |
| OKLCH | oklch(0.909 0.038 279.2) |
Copy-ready code
/* CSS */
color: #dbdffb;
background-color: #dbdffb;
/* Tailwind (arbitrary) */
class="text-[#dbdffb] bg-[#dbdffb]"
/* SCSS */
$brand: #dbdffb;
/* SwiftUI */
Color(red: 0.859, green: 0.875, blue: 0.984)
/* Android */
Color.parseColor("#dbdffb")Accessibility — WCAG contrast
Aa
#dbdffb on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbdffb on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green87.5%
Blue98.4%
CMYK percentages
Cyan12.7%
Magenta11.2%
Yellow0.0%
Key (black)1.6%
Color previews
#dbdffb text on a black background
contrast 15.96:1
Card sample
#dbdffb text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbdffb;
Background color
Panel with #dbdffb background
background-color: #dbdffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbdffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 223, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 223, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbdffb; background: linear-gradient(135deg, #dbdffb, #ECDBFB);