#d7dfe7
a pale, soft blue · cool · closest name: lavender
RGB
215, 223, 231
HSL
210°, 25%, 88%
CMYK
7, 4, 0, 9
Luminance
0.7299
Every format
| HEX | #d7dfe7 |
| RGB | rgb(215, 223, 231) |
| HSL | hsl(210, 25%, 88%) |
| CMYK | cmyk(7%, 4%, 0%, 9%) |
| LAB | lab(88.4 -1.2 -4.8) |
| LCH | lch(88.4 5.0 256.3) |
| OKLCH | oklch(0.900 0.014 248.0) |
Copy-ready code
/* CSS */
color: #d7dfe7;
background-color: #d7dfe7;
/* Tailwind (arbitrary) */
class="text-[#d7dfe7] bg-[#d7dfe7]"
/* SCSS */
$brand: #d7dfe7;
/* SwiftUI */
Color(red: 0.843, green: 0.875, blue: 0.906)
/* Android */
Color.parseColor("#d7dfe7")Accessibility — WCAG contrast
Aa
#d7dfe7 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7dfe7 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green87.5%
Blue90.6%
CMYK percentages
Cyan6.9%
Magenta3.5%
Yellow0.0%
Key (black)9.4%
Color previews
#d7dfe7 text on a black background
contrast 15.60:1
Card sample
#d7dfe7 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7dfe7;
Background color
Panel with #d7dfe7 background
background-color: #d7dfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7dfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 223, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 223, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7dfe7; background: linear-gradient(135deg, #d7dfe7, #DAD7E7);