#d7cef2
a pale, vivid violet · warm · closest name: lavender
RGB
215, 206, 242
HSL
255°, 58%, 88%
CMYK
11, 15, 0, 5
Luminance
0.6500
Every format
| HEX | #d7cef2 |
| RGB | rgb(215, 206, 242) |
| HSL | hsl(255, 58%, 88%) |
| CMYK | cmyk(11%, 15%, 0%, 5%) |
| LAB | lab(84.5 9.9 -16.6) |
| LCH | lch(84.5 19.3 300.9) |
| OKLCH | oklch(0.870 0.050 296.8) |
Copy-ready code
/* CSS */
color: #d7cef2;
background-color: #d7cef2;
/* Tailwind (arbitrary) */
class="text-[#d7cef2] bg-[#d7cef2]"
/* SCSS */
$brand: #d7cef2;
/* SwiftUI */
Color(red: 0.843, green: 0.808, blue: 0.949)
/* Android */
Color.parseColor("#d7cef2")Accessibility — WCAG contrast
Aa
#d7cef2 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d7cef2 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red84.3%
Green80.8%
Blue94.9%
CMYK percentages
Cyan11.2%
Magenta14.9%
Yellow0.0%
Key (black)5.1%
Color previews
#d7cef2 text on a black background
contrast 14.00:1
Card sample
#d7cef2 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d7cef2;
Background color
Panel with #d7cef2 background
background-color: #d7cef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d7cef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(215, 206, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(215, 206, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d7cef2; background: linear-gradient(135deg, #d7cef2, #EFCEF2);