#dbf3ff
a pale, electric blue · cool · closest name: lavender
RGB
219, 243, 255
HSL
200°, 100%, 93%
CMYK
14, 5, 0, 0
Luminance
0.8638
Every format
| HEX | #dbf3ff |
| RGB | rgb(219, 243, 255) |
| HSL | hsl(200, 100%, 93%) |
| CMYK | cmyk(14%, 5%, 0%, 0%) |
| LAB | lab(94.5 -5.5 -8.4) |
| LCH | lch(94.5 10.0 237.0) |
| OKLCH | oklch(0.950 0.030 229.2) |
Copy-ready code
/* CSS */
color: #dbf3ff;
background-color: #dbf3ff;
/* Tailwind (arbitrary) */
class="text-[#dbf3ff] bg-[#dbf3ff]"
/* SCSS */
$brand: #dbf3ff;
/* SwiftUI */
Color(red: 0.859, green: 0.953, blue: 1.000)
/* Android */
Color.parseColor("#dbf3ff")Accessibility — WCAG contrast
Aa
#dbf3ff on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#dbf3ff on black: 18.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red85.9%
Green95.3%
Blue100.0%
CMYK percentages
Cyan14.1%
Magenta4.7%
Yellow0.0%
Key (black)0.0%
Color previews
#dbf3ff text on a black background
contrast 18.28:1
Card sample
#dbf3ff text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #dbf3ff;
Background color
Panel with #dbf3ff background
background-color: #dbf3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #dbf3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(219, 243, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(219, 243, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #dbf3ff; background: linear-gradient(135deg, #dbf3ff, #DBDBFF);