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