#dbf6ff
a pale, electric cyan · cool · closest name: white
RGB
219, 246, 255
HSL
195°, 100%, 93%
CMYK
14, 4, 0, 0
Luminance
0.8819
Every format
| HEX | #dbf6ff |
| RGB | rgb(219, 246, 255) |
| HSL | hsl(195, 100%, 93%) |
| CMYK | cmyk(14%, 4%, 0%, 0%) |
| LAB | lab(95.2 -7.0 -7.3) |
| LCH | lch(95.2 10.1 226.2) |
| OKLCH | oklch(0.956 0.031 219.8) |
Copy-ready code
/* CSS */
color: #dbf6ff;
background-color: #dbf6ff;
/* Tailwind (arbitrary) */
class="text-[#dbf6ff] bg-[#dbf6ff]"
/* SCSS */
$brand: #dbf6ff;
/* SwiftUI */
Color(red: 0.859, green: 0.965, blue: 1.000)
/* Android */
Color.parseColor("#dbf6ff")Accessibility — WCAG contrast
Aa
#dbf6ff on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf6ff on black: 18.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green96.5%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta3.5%
Yellow0.0%
Key (black)0.0%
Color previews
#dbf6ff text on a black background
contrast 18.64:1
Card sample
#dbf6ff text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf6ff;
Background color
Panel with #dbf6ff background
background-color: #dbf6ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf6ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 246, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 246, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf6ff; background: linear-gradient(135deg, #dbf6ff, #DBDEFF);