#d7ebff
a pale, electric blue · cool · closest name: lavender
RGB
215, 235, 255
HSL
210°, 100%, 92%
CMYK
16, 8, 0, 0
Luminance
0.8108
Every format
| HEX | #d7ebff |
| RGB | rgb(215, 235, 255) |
| HSL | hsl(210, 100%, 92%) |
| CMYK | cmyk(16%, 8%, 0%, 0%) |
| LAB | lab(92.2 -2.6 -11.9) |
| LCH | lch(92.2 12.2 257.6) |
| OKLCH | oklch(0.931 0.035 248.2) |
Copy-ready code
/* CSS */
color: #d7ebff;
background-color: #d7ebff;
/* Tailwind (arbitrary) */
class="text-[#d7ebff] bg-[#d7ebff]"
/* SCSS */
$brand: #d7ebff;
/* SwiftUI */
Color(red: 0.843, green: 0.922, blue: 1.000)
/* Android */
Color.parseColor("#d7ebff")Accessibility — WCAG contrast
Aa
#d7ebff on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7ebff on black: 17.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green92.2%
Blue100.0%
CMYK percentages
Cyan15.7%
Magenta7.8%
Yellow0.0%
Key (black)0.0%
Color previews
#d7ebff text on a black background
contrast 17.22:1
Card sample
#d7ebff text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7ebff;
Background color
Panel with #d7ebff background
background-color: #d7ebff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7ebff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 235, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 235, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7ebff; background: linear-gradient(135deg, #d7ebff, #DED7FF);