#d6ebfc
a pale, electric blue · cool · closest name: lavender
RGB
214, 235, 252
HSL
207°, 86%, 91%
CMYK
15, 7, 0, 1
Luminance
0.8074
Every format
| HEX | #d6ebfc |
| RGB | rgb(214, 235, 252) |
| HSL | hsl(207, 86%, 91%) |
| CMYK | cmyk(15%, 7%, 0%, 1%) |
| LAB | lab(92.0 -3.5 -10.6) |
| LCH | lch(92.0 11.1 251.5) |
| OKLCH | oklch(0.930 0.032 242.4) |
Copy-ready code
/* CSS */
color: #d6ebfc;
background-color: #d6ebfc;
/* Tailwind (arbitrary) */
class="text-[#d6ebfc] bg-[#d6ebfc]"
/* SCSS */
$brand: #d6ebfc;
/* SwiftUI */
Color(red: 0.839, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#d6ebfc")Accessibility — WCAG contrast
Aa
#d6ebfc on white: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d6ebfc on black: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.9%
Green92.2%
Blue98.8%
CMYK percentages
Cyan15.1%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#d6ebfc text on a black background
contrast 17.15:1
Card sample
#d6ebfc text on a white background
contrast 1.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d6ebfc;
Background color
Panel with #d6ebfc background
background-color: #d6ebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d6ebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(214, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(214, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d6ebfc; background: linear-gradient(135deg, #d6ebfc, #DAD6FC);