#dbf0fc
a pale, electric blue · cool · closest name: lavender
RGB
219, 240, 252
HSL
202°, 85%, 92%
CMYK
13, 5, 0, 1
Luminance
0.8441
Every format
| HEX | #dbf0fc |
| RGB | rgb(219, 240, 252) |
| HSL | hsl(202, 85%, 92%) |
| CMYK | cmyk(13%, 5%, 0%, 1%) |
| LAB | lab(93.6 -4.5 -8.1) |
| LCH | lch(93.6 9.3 240.8) |
| OKLCH | oklch(0.943 0.028 232.7) |
Copy-ready code
/* CSS */
color: #dbf0fc;
background-color: #dbf0fc;
/* Tailwind (arbitrary) */
class="text-[#dbf0fc] bg-[#dbf0fc]"
/* SCSS */
$brand: #dbf0fc;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.988)
/* Android */
Color.parseColor("#dbf0fc")Accessibility — WCAG contrast
Aa
#dbf0fc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf0fc on black: 17.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta4.8%
Yellow0.0%
Key (black)1.2%
Color previews
#dbf0fc text on a black background
contrast 17.88:1
Card sample
#dbf0fc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf0fc;
Background color
Panel with #dbf0fc background
background-color: #dbf0fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf0fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf0fc; background: linear-gradient(135deg, #dbf0fc, #DCDBFC);