#dbf0ff
a pale, electric blue · cool · closest name: lavender
RGB
219, 240, 255
HSL
205°, 100%, 93%
CMYK
14, 6, 0, 0
Luminance
0.8460
Every format
| HEX | #dbf0ff |
| RGB | rgb(219, 240, 255) |
| HSL | hsl(205, 100%, 93%) |
| CMYK | cmyk(14%, 6%, 0%, 0%) |
| LAB | lab(93.7 -3.9 -9.6) |
| LCH | lch(93.7 10.3 247.6) |
| OKLCH | oklch(0.944 0.030 238.8) |
Copy-ready code
/* CSS */
color: #dbf0ff;
background-color: #dbf0ff;
/* Tailwind (arbitrary) */
class="text-[#dbf0ff] bg-[#dbf0ff]"
/* SCSS */
$brand: #dbf0ff;
/* SwiftUI */
Color(red: 0.859, green: 0.941, blue: 1.000)
/* Android */
Color.parseColor("#dbf0ff")Accessibility — WCAG contrast
Aa
#dbf0ff on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf0ff on black: 17.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green94.1%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta5.9%
Yellow0.0%
Key (black)0.0%
Color previews
#dbf0ff text on a black background
contrast 17.92:1
Card sample
#dbf0ff text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf0ff;
Background color
Panel with #dbf0ff background
background-color: #dbf0ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf0ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 240, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 240, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf0ff; background: linear-gradient(135deg, #dbf0ff, #DEDBFF);