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