#dbfdf6
a pale, electric cyan · cool · closest name: ivory
RGB
219, 253, 246
HSL
168°, 90%, 93%
CMYK
13, 0, 3, 1
Luminance
0.9196
Every format
| HEX | #dbfdf6 |
| RGB | rgb(219, 253, 246) |
| HSL | hsl(168, 90%, 93%) |
| CMYK | cmyk(13%, 0%, 3%, 1%) |
| LAB | lab(96.8 -12.2 -0.3) |
| LCH | lch(96.8 12.2 181.6) |
| OKLCH | oklch(0.968 0.036 181.7) |
Copy-ready code
/* CSS */
color: #dbfdf6;
background-color: #dbfdf6;
/* Tailwind (arbitrary) */
class="text-[#dbfdf6] bg-[#dbfdf6]"
/* SCSS */
$brand: #dbfdf6;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.965)
/* Android */
Color.parseColor("#dbfdf6")Accessibility — WCAG contrast
Aa
#dbfdf6 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfdf6 on black: 19.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue96.5%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow2.8%
Key (black)0.8%
Color previews
#dbfdf6 text on a black background
contrast 19.39:1
Card sample
#dbfdf6 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfdf6;
Background color
Panel with #dbfdf6 background
background-color: #dbfdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfdf6; background: linear-gradient(135deg, #dbfdf6, #DBEDFD);