#dbfaf3
a pale, electric cyan · cool · closest name: ivory
RGB
219, 250, 243
HSL
167°, 76%, 92%
CMYK
12, 0, 3, 2
Luminance
0.8990
Every format
| HEX | #dbfaf3 |
| RGB | rgb(219, 250, 243) |
| HSL | hsl(167, 76%, 92%) |
| CMYK | cmyk(12%, 0%, 3%, 2%) |
| LAB | lab(96.0 -11.3 -0.0) |
| LCH | lch(96.0 11.3 180.2) |
| OKLCH | oklch(0.961 0.034 180.5) |
Copy-ready code
/* CSS */
color: #dbfaf3;
background-color: #dbfaf3;
/* Tailwind (arbitrary) */
class="text-[#dbfaf3] bg-[#dbfaf3]"
/* SCSS */
$brand: #dbfaf3;
/* SwiftUI */
Color(red: 0.859, green: 0.980, blue: 0.953)
/* Android */
Color.parseColor("#dbfaf3")Accessibility — WCAG contrast
Aa
#dbfaf3 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfaf3 on black: 18.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green98.0%
Blue95.3%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow2.8%
Key (black)2.0%
Color previews
#dbfaf3 text on a black background
contrast 18.98:1
Card sample
#dbfaf3 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfaf3;
Background color
Panel with #dbfaf3 background
background-color: #dbfaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 250, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 250, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfaf3; background: linear-gradient(135deg, #dbfaf3, #DBECFA);