#dbfdfb
a pale, electric cyan · cool · closest name: white
RGB
219, 253, 251
HSL
177°, 90%, 93%
CMYK
13, 0, 1, 1
Luminance
0.9228
Every format
| HEX | #dbfdfb |
| RGB | rgb(219, 253, 251) |
| HSL | hsl(177, 90%, 93%) |
| CMYK | cmyk(13%, 0%, 1%, 1%) |
| LAB | lab(96.9 -11.3 -2.7) |
| LCH | lch(96.9 11.6 193.6) |
| OKLCH | oklch(0.969 0.035 192.2) |
Copy-ready code
/* CSS */
color: #dbfdfb;
background-color: #dbfdfb;
/* Tailwind (arbitrary) */
class="text-[#dbfdfb] bg-[#dbfdfb]"
/* SCSS */
$brand: #dbfdfb;
/* SwiftUI */
Color(red: 0.859, green: 0.992, blue: 0.984)
/* Android */
Color.parseColor("#dbfdfb")Accessibility — WCAG contrast
Aa
#dbfdfb on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfdfb on black: 19.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green99.2%
Blue98.4%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow0.8%
Key (black)0.8%
Color previews
#dbfdfb text on a black background
contrast 19.46:1
Card sample
#dbfdfb text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfdfb;
Background color
Panel with #dbfdfb background
background-color: #dbfdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 253, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 253, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfdfb; background: linear-gradient(135deg, #dbfdfb, #DBE8FD);