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