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