#dbf4f5
a pale, vivid cyan · cool · closest name: white
RGB
219, 244, 245
HSL
182°, 57%, 91%
CMYK
11, 0, 0, 4
Luminance
0.8635
Every format
| HEX | #dbf4f5 |
| RGB | rgb(219, 244, 245) |
| HSL | hsl(182, 57%, 91%) |
| CMYK | cmyk(11%, 0%, 0%, 4%) |
| LAB | lab(94.5 -7.9 -3.3) |
| LCH | lch(94.5 8.6 202.3) |
| OKLCH | oklch(0.949 0.026 199.6) |
Copy-ready code
/* CSS */
color: #dbf4f5;
background-color: #dbf4f5;
/* Tailwind (arbitrary) */
class="text-[#dbf4f5] bg-[#dbf4f5]"
/* SCSS */
$brand: #dbf4f5;
/* SwiftUI */
Color(red: 0.859, green: 0.957, blue: 0.961)
/* Android */
Color.parseColor("#dbf4f5")Accessibility — WCAG contrast
Aa
#dbf4f5 on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf4f5 on black: 18.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.7%
Blue96.1%
CMYK percentages
Cyan10.6%
Magenta0.4%
Yellow0.0%
Key (black)3.9%
Color previews
#dbf4f5 text on a black background
contrast 18.27:1
Card sample
#dbf4f5 text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf4f5;
Background color
Panel with #dbf4f5 background
background-color: #dbf4f5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf4f5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 244, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 244, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf4f5; background: linear-gradient(135deg, #dbf4f5, #DBE3F5);