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