#dbf0fe
a pale, electric blue · cool · closest name: lavender
RGB
219, 240, 254
HSL
204°, 95%, 93%
CMYK
14, 6, 0, 0
Luminance
0.8454
Every format
| HEX | #dbf0fe |
| RGB | rgb(219, 240, 254) |
| HSL | hsl(204, 95%, 93%) |
| CMYK | cmyk(14%, 6%, 0%, 0%) |
| LAB | lab(93.7 -4.1 -9.1) |
| LCH | lch(93.7 10.0 245.5) |
| OKLCH | oklch(0.944 0.029 236.9) |
Copy-ready code
/* CSS */
color: #dbf0fe;
background-color: #dbf0fe;
/* Tailwind (arbitrary) */
class="text-[#dbf0fe] bg-[#dbf0fe]"
/* SCSS */
$brand: #dbf0fe;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 0.996)
/* Android */
Color.parseColor("#dbf0fe")Accessibility — WCAG contrast
Aa
#dbf0fe on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf0fe on black: 17.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta5.5%
Yellow0.0%
Key (black)0.4%
Color previews
#dbf0fe text on a black background
contrast 17.91:1
Card sample
#dbf0fe text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf0fe;
Background color
Panel with #dbf0fe background
background-color: #dbf0fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf0fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf0fe; background: linear-gradient(135deg, #dbf0fe, #DDDBFE);