#d0cfdc
a light, soft blue · warm · closest name: lavender
RGB
208, 207, 220
HSL
245°, 16%, 84%
CMYK
6, 6, 0, 14
Luminance
0.6320
Every format
| HEX | #d0cfdc |
| RGB | rgb(208, 207, 220) |
| HSL | hsl(245, 16%, 84%) |
| CMYK | cmyk(6%, 6%, 0%, 14%) |
| LAB | lab(83.5 2.8 -6.3) |
| LCH | lch(83.5 6.9 293.8) |
| OKLCH | oklch(0.859 0.018 289.6) |
Copy-ready code
/* CSS */
color: #d0cfdc;
background-color: #d0cfdc;
/* Tailwind (arbitrary) */
class="text-[#d0cfdc] bg-[#d0cfdc]"
/* SCSS */
$brand: #d0cfdc;
/* SwiftUI */
Color(red: 0.816, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#d0cfdc")Accessibility — WCAG contrast
Aa
#d0cfdc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cfdc on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green81.2%
Blue86.3%
CMYK percentages
Cyan5.5%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#d0cfdc text on a black background
contrast 13.64:1
Card sample
#d0cfdc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cfdc;
Background color
Panel with #d0cfdc background
background-color: #d0cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cfdc; background: linear-gradient(135deg, #d0cfdc, #D9CFDC);