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