#d2ebfb
a pale, electric blue · cool · closest name: lavender
RGB
210, 235, 251
HSL
203°, 84%, 90%
CMYK
16, 6, 0, 2
Luminance
0.8008
Every format
| HEX | #d2ebfb |
| RGB | rgb(210, 235, 251) |
| HSL | hsl(203, 84%, 90%) |
| CMYK | cmyk(16%, 6%, 0%, 2%) |
| LAB | lab(91.7 -5.0 -10.5) |
| LCH | lch(91.7 11.6 244.6) |
| OKLCH | oklch(0.927 0.034 235.9) |
Copy-ready code
/* CSS */
color: #d2ebfb;
background-color: #d2ebfb;
/* Tailwind (arbitrary) */
class="text-[#d2ebfb] bg-[#d2ebfb]"
/* SCSS */
$brand: #d2ebfb;
/* SwiftUI */
Color(red: 0.824, green: 0.922, blue: 0.984)
/* Android */
Color.parseColor("#d2ebfb")Accessibility — WCAG contrast
Aa
#d2ebfb on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d2ebfb on black: 17.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.4%
Green92.2%
Blue98.4%
CMYK percentages
Cyan16.3%
Magenta6.4%
Yellow0.0%
Key (black)1.6%
Color previews
#d2ebfb text on a black background
contrast 17.02:1
Card sample
#d2ebfb text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d2ebfb;
Background color
Panel with #d2ebfb background
background-color: #d2ebfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d2ebfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(210, 235, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(210, 235, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d2ebfb; background: linear-gradient(135deg, #d2ebfb, #D4D2FB);