#dbf9ff
a pale, electric cyan · cool · closest name: white
RGB
219, 249, 255
HSL
190°, 100%, 93%
CMYK
14, 2, 0, 0
Luminance
0.9003
Every format
| HEX | #dbf9ff |
| RGB | rgb(219, 249, 255) |
| HSL | hsl(190, 100%, 93%) |
| CMYK | cmyk(14%, 2%, 0%, 0%) |
| LAB | lab(96.0 -8.5 -6.2) |
| LCH | lch(96.0 10.5 215.9) |
| OKLCH | oklch(0.962 0.032 211.1) |
Copy-ready code
/* CSS */
color: #dbf9ff;
background-color: #dbf9ff;
/* Tailwind (arbitrary) */
class="text-[#dbf9ff] bg-[#dbf9ff]"
/* SCSS */
$brand: #dbf9ff;
/* SwiftUI */
Color(red: 0.859, green: 0.976, blue: 1.000)
/* Android */
Color.parseColor("#dbf9ff")Accessibility — WCAG contrast
Aa
#dbf9ff on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf9ff on black: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green97.6%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta2.4%
Yellow0.0%
Key (black)0.0%
Color previews
#dbf9ff text on a black background
contrast 19.01:1
Card sample
#dbf9ff text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf9ff;
Background color
Panel with #dbf9ff background
background-color: #dbf9ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf9ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 249, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 249, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf9ff; background: linear-gradient(135deg, #dbf9ff, #DBE1FF);