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