#d2e7f6
a pale, vivid blue · cool · closest name: lavender
RGB
210, 231, 246
HSL
205°, 67%, 89%
CMYK
15, 6, 0, 4
Luminance
0.7751
Every format
| HEX | #d2e7f6 |
| RGB | rgb(210, 231, 246) |
| HSL | hsl(205, 67%, 89%) |
| CMYK | cmyk(15%, 6%, 0%, 4%) |
| LAB | lab(90.5 -4.0 -9.6) |
| LCH | lch(90.5 10.4 247.7) |
| OKLCH | oklch(0.917 0.030 238.8) |
Copy-ready code
/* CSS */
color: #d2e7f6;
background-color: #d2e7f6;
/* Tailwind (arbitrary) */
class="text-[#d2e7f6] bg-[#d2e7f6]"
/* SCSS */
$brand: #d2e7f6;
/* SwiftUI */
Color(red: 0.824, green: 0.906, blue: 0.965)
/* Android */
Color.parseColor("#d2e7f6")Accessibility — WCAG contrast
Aa
#d2e7f6 on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2e7f6 on black: 16.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green90.6%
Blue96.5%
CMYK percentages
Cyan14.6%
Magenta6.1%
Yellow0.0%
Key (black)3.5%
Color previews
#d2e7f6 text on a black background
contrast 16.50:1
Card sample
#d2e7f6 text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2e7f6;
Background color
Panel with #d2e7f6 background
background-color: #d2e7f6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2e7f6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 231, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 231, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2e7f6; background: linear-gradient(135deg, #d2e7f6, #D5D2F6);