#d7ebfb
a pale, electric blue · cool · closest name: lavender
RGB
215, 235, 251
HSL
207°, 82%, 91%
CMYK
14, 6, 0, 2
Luminance
0.8083
Every format
| HEX | #d7ebfb |
| RGB | rgb(215, 235, 251) |
| HSL | hsl(207, 82%, 91%) |
| CMYK | cmyk(14%, 6%, 0%, 2%) |
| LAB | lab(92.0 -3.4 -10.0) |
| LCH | lch(92.0 10.5 251.0) |
| OKLCH | oklch(0.930 0.030 242.0) |
Copy-ready code
/* CSS */
color: #d7ebfb;
background-color: #d7ebfb;
/* Tailwind (arbitrary) */
class="text-[#d7ebfb] bg-[#d7ebfb]"
/* SCSS */
$brand: #d7ebfb;
/* SwiftUI */
Color(red: 0.843, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#d7ebfb")Accessibility — WCAG contrast
Aa
#d7ebfb on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ebfb on black: 17.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green92.2%
Blue98.4%
CMYK percentages
Cyan14.3%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#d7ebfb text on a black background
contrast 17.17:1
Card sample
#d7ebfb text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ebfb;
Background color
Panel with #d7ebfb background
background-color: #d7ebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ebfb; background: linear-gradient(135deg, #d7ebfb, #DBD7FB);