#dbfcf3
a pale, electric cyan · cool · closest name: ivory
RGB
219, 252, 243
HSL
164°, 85%, 92%
CMYK
13, 0, 4, 1
Luminance
0.9115
Every format
| HEX | #dbfcf3 |
| RGB | rgb(219, 252, 243) |
| HSL | hsl(164, 85%, 92%) |
| CMYK | cmyk(13%, 0%, 4%, 1%) |
| LAB | lab(96.5 -12.3 0.7) |
| LCH | lch(96.5 12.3 176.7) |
| OKLCH | oklch(0.965 0.036 177.3) |
Copy-ready code
/* CSS */
color: #dbfcf3;
background-color: #dbfcf3;
/* Tailwind (arbitrary) */
class="text-[#dbfcf3] bg-[#dbfcf3]"
/* SCSS */
$brand: #dbfcf3;
/* SwiftUI */
Color(red: 0.859, green: 0.988, blue: 0.953)
/* Android */
Color.parseColor("#dbfcf3")Accessibility — WCAG contrast
Aa
#dbfcf3 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfcf3 on black: 19.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.8%
Blue95.3%
CMYK percentages
Cyan13.1%
Magenta0.0%
Yellow3.6%
Key (black)1.2%
Color previews
#dbfcf3 text on a black background
contrast 19.23:1
Card sample
#dbfcf3 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfcf3;
Background color
Panel with #dbfcf3 background
background-color: #dbfcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 252, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 252, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfcf3; background: linear-gradient(135deg, #dbfcf3, #DBEFFC);