#dbf3fc
a pale, electric cyan · cool · closest name: lavender
RGB
219, 243, 252
HSL
196°, 85%, 92%
CMYK
13, 4, 0, 1
Luminance
0.8619
Every format
| HEX | #dbf3fc |
| RGB | rgb(219, 243, 252) |
| HSL | hsl(196, 85%, 92%) |
| CMYK | cmyk(13%, 4%, 0%, 1%) |
| LAB | lab(94.4 -6.1 -7.0) |
| LCH | lch(94.4 9.2 229.0) |
| OKLCH | oklch(0.949 0.028 222.3) |
Copy-ready code
/* CSS */
color: #dbf3fc;
background-color: #dbf3fc;
/* Tailwind (arbitrary) */
class="text-[#dbf3fc] bg-[#dbf3fc]"
/* SCSS */
$brand: #dbf3fc;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 0.988)
/* Android */
Color.parseColor("#dbf3fc")Accessibility — WCAG contrast
Aa
#dbf3fc on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf3fc on black: 18.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue98.8%
CMYK percentages
Cyan13.1%
Magenta3.6%
Yellow0.0%
Key (black)1.2%
Color previews
#dbf3fc text on a black background
contrast 18.24:1
Card sample
#dbf3fc text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf3fc;
Background color
Panel with #dbf3fc background
background-color: #dbf3fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf3fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf3fc; background: linear-gradient(135deg, #dbf3fc, #DBDDFC);