#dbfff6
a pale, electric cyan · cool · closest name: ivory
RGB
219, 255, 246
HSL
165°, 100%, 93%
CMYK
14, 0, 4, 0
Luminance
0.9323
Every format
| HEX | #dbfff6 |
| RGB | rgb(219, 255, 246) |
| HSL | hsl(165, 100%, 93%) |
| CMYK | cmyk(14%, 0%, 4%, 0%) |
| LAB | lab(97.3 -13.2 0.4) |
| LCH | lch(97.3 13.3 178.2) |
| OKLCH | oklch(0.972 0.039 178.7) |
Copy-ready code
/* CSS */
color: #dbfff6;
background-color: #dbfff6;
/* Tailwind (arbitrary) */
class="text-[#dbfff6] bg-[#dbfff6]"
/* SCSS */
$brand: #dbfff6;
/* SwiftUI */
Color(red: 0.859, green: 1.000, blue: 0.965)
/* Android */
Color.parseColor("#dbfff6")Accessibility — WCAG contrast
Aa
#dbfff6 on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbfff6 on black: 19.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green100.0%
Blue96.5%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow3.5%
Key (black)0.0%
Color previews
#dbfff6 text on a black background
contrast 19.65:1
Card sample
#dbfff6 text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbfff6;
Background color
Panel with #dbfff6 background
background-color: #dbfff6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbfff6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 255, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 255, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbfff6; background: linear-gradient(135deg, #dbfff6, #DBF0FF);