#d7cfdc
a light, soft violet · warm · closest name: lavender
RGB
215, 207, 220
HSL
277°, 16%, 84%
CMYK
2, 6, 0, 14
Luminance
0.6424
Every format
| HEX | #d7cfdc |
| RGB | rgb(215, 207, 220) |
| HSL | hsl(277, 16%, 84%) |
| CMYK | cmyk(2%, 6%, 0%, 14%) |
| LAB | lab(84.1 5.1 -5.4) |
| LCH | lch(84.1 7.5 313.3) |
| OKLCH | oklch(0.865 0.020 312.8) |
Copy-ready code
/* CSS */
color: #d7cfdc;
background-color: #d7cfdc;
/* Tailwind (arbitrary) */
class="text-[#d7cfdc] bg-[#d7cfdc]"
/* SCSS */
$brand: #d7cfdc;
/* SwiftUI */
Color(red: 0.843, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#d7cfdc")Accessibility — WCAG contrast
Aa
#d7cfdc on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cfdc on black: 13.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green81.2%
Blue86.3%
CMYK percentages
Cyan2.3%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#d7cfdc text on a black background
contrast 13.85:1
Card sample
#d7cfdc text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cfdc;
Background color
Panel with #d7cfdc background
background-color: #d7cfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cfdc; background: linear-gradient(135deg, #d7cfdc, #DCCFD8);