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