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