#dbfffb
a pale, electric cyan · cool · closest name: white
RGB
219, 255, 251
HSL
173°, 100%, 93%
CMYK
14, 0, 2, 0
Luminance
0.9355
Every format
| HEX | #dbfffb |
| RGB | rgb(219, 255, 251) |
| HSL | hsl(173, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 2%, 0%) |
| LAB | lab(97.5 -12.3 -2.0) |
| LCH | lch(97.5 12.4 189.1) |
| OKLCH | oklch(0.973 0.037 188.4) |
Copy-ready code
/* CSS */
color: #dbfffb;
background-color: #dbfffb;
/* Tailwind (arbitrary) */
class="text-[#dbfffb] bg-[#dbfffb]"
/* SCSS */
$brand: #dbfffb;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.984)
/* Android */
Color.parseColor("#dbfffb")Accessibility — WCAG contrast
Aa
#dbfffb on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfffb on black: 19.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue98.4%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow1.6%
Key (black)0.0%
Color previews
#dbfffb text on a black background
contrast 19.71:1
Card sample
#dbfffb text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfffb;
Background color
Panel with #dbfffb background
background-color: #dbfffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfffb; background: linear-gradient(135deg, #dbfffb, #DBEBFF);