#d0cef2
a pale, vivid blue · warm · closest name: lavender
RGB
208, 206, 242
HSL
243°, 58%, 88%
CMYK
14, 15, 0, 5
Luminance
0.6396
Every format
| HEX | #d0cef2 |
| RGB | rgb(208, 206, 242) |
| HSL | hsl(243, 58%, 88%) |
| CMYK | cmyk(14%, 15%, 0%, 5%) |
| LAB | lab(84.0 7.7 -17.4) |
| LCH | lch(84.0 19.0 293.8) |
| OKLCH | oklch(0.865 0.050 287.9) |
Copy-ready code
/* CSS */
color: #d0cef2;
background-color: #d0cef2;
/* Tailwind (arbitrary) */
class="text-[#d0cef2] bg-[#d0cef2]"
/* SCSS */
$brand: #d0cef2;
/* SwiftUI */
Color(red: 0.816, green: 0.808, blue: 0.949)
/* Android */
Color.parseColor("#d0cef2")Accessibility — WCAG contrast
Aa
#d0cef2 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cef2 on black: 13.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green80.8%
Blue94.9%
CMYK percentages
Cyan14.0%
Magenta14.9%
Yellow0.0%
Key (black)5.1%
Color previews
#d0cef2 text on a black background
contrast 13.79:1
Card sample
#d0cef2 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cef2;
Background color
Panel with #d0cef2 background
background-color: #d0cef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 206, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 206, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cef2; background: linear-gradient(135deg, #d0cef2, #E8CEF2);