#dbf4fe
a pale, electric cyan · cool · closest name: lavender
RGB
219, 244, 254
HSL
197°, 95%, 93%
CMYK
14, 4, 0, 0
Luminance
0.8692
Every format
| HEX | #dbf4fe |
| RGB | rgb(219, 244, 254) |
| HSL | hsl(197, 95%, 93%) |
| CMYK | cmyk(14%, 4%, 0%, 0%) |
| LAB | lab(94.7 -6.2 -7.6) |
| LCH | lch(94.7 9.8 230.8) |
| OKLCH | oklch(0.952 0.029 223.8) |
Copy-ready code
/* CSS */
color: #dbf4fe;
background-color: #dbf4fe;
/* Tailwind (arbitrary) */
class="text-[#dbf4fe] bg-[#dbf4fe]"
/* SCSS */
$brand: #dbf4fe;
/* SwiftUI */
Color(red: 0.859, green: 0.957, blue: 0.996)
/* Android */
Color.parseColor("#dbf4fe")Accessibility — WCAG contrast
Aa
#dbf4fe on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf4fe on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.7%
Blue99.6%
CMYK percentages
Cyan13.8%
Magenta3.9%
Yellow0.0%
Key (black)0.4%
Color previews
#dbf4fe text on a black background
contrast 18.38:1
Card sample
#dbf4fe text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf4fe;
Background color
Panel with #dbf4fe background
background-color: #dbf4fe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf4fe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 244, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 244, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf4fe; background: linear-gradient(135deg, #dbf4fe, #DBDCFE);