#d6e2f0
a pale, vivid blue · cool · closest name: lavender
RGB
214, 226, 240
HSL
212°, 46%, 89%
CMYK
11, 6, 0, 6
Luminance
0.7498
Every format
| HEX | #d6e2f0 |
| RGB | rgb(214, 226, 240) |
| HSL | hsl(212, 46%, 89%) |
| CMYK | cmyk(11%, 6%, 0%, 6%) |
| LAB | lab(89.4 -1.3 -8.2) |
| LCH | lch(89.4 8.3 260.9) |
| OKLCH | oklch(0.908 0.023 252.2) |
Copy-ready code
/* CSS */
color: #d6e2f0;
background-color: #d6e2f0;
/* Tailwind (arbitrary) */
class="text-[#d6e2f0] bg-[#d6e2f0]"
/* SCSS */
$brand: #d6e2f0;
/* SwiftUI */
Color(red: 0.839, green: 0.886, blue: 0.941)
/* Android */
Color.parseColor("#d6e2f0")Accessibility — WCAG contrast
Aa
#d6e2f0 on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6e2f0 on black: 16.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green88.6%
Blue94.1%
CMYK percentages
Cyan10.8%
Magenta5.8%
Yellow0.0%
Key (black)5.9%
Color previews
#d6e2f0 text on a black background
contrast 16.00:1
Card sample
#d6e2f0 text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6e2f0;
Background color
Panel with #d6e2f0 background
background-color: #d6e2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6e2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 226, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 226, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6e2f0; background: linear-gradient(135deg, #d6e2f0, #DBD6F0);