#dbf4ff
a pale, electric cyan · cool · closest name: lavender
RGB
219, 244, 255
HSL
198°, 100%, 93%
CMYK
14, 4, 0, 0
Luminance
0.8698
Every format
| HEX | #dbf4ff |
| RGB | rgb(219, 244, 255) |
| HSL | hsl(198, 100%, 93%) |
| CMYK | cmyk(14%, 4%, 0%, 0%) |
| LAB | lab(94.7 -6.0 -8.0) |
| LCH | lch(94.7 10.0 233.4) |
| OKLCH | oklch(0.952 0.030 226.0) |
Copy-ready code
/* CSS */
color: #dbf4ff;
background-color: #dbf4ff;
/* Tailwind (arbitrary) */
class="text-[#dbf4ff] bg-[#dbf4ff]"
/* SCSS */
$brand: #dbf4ff;
/* SwiftUI */
Color(red: 0.859, green: 0.957, blue: 1.000)
/* Android */
Color.parseColor("#dbf4ff")Accessibility — WCAG contrast
Aa
#dbf4ff on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf4ff on black: 18.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.7%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta4.3%
Yellow0.0%
Key (black)0.0%
Color previews
#dbf4ff text on a black background
contrast 18.40:1
Card sample
#dbf4ff text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf4ff;
Background color
Panel with #dbf4ff background
background-color: #dbf4ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf4ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 244, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 244, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf4ff; background: linear-gradient(135deg, #dbf4ff, #DBDCFF);