#d4cfee
a pale, vivid blue · warm · closest name: lavender
RGB
212, 207, 238
HSL
250°, 48%, 87%
CMYK
11, 13, 0, 7
Luminance
0.6480
Every format
| HEX | #d4cfee |
| RGB | rgb(212, 207, 238) |
| HSL | hsl(250, 48%, 87%) |
| CMYK | cmyk(11%, 13%, 0%, 7%) |
| LAB | lab(84.4 7.6 -14.6) |
| LCH | lch(84.4 16.5 297.5) |
| OKLCH | oklch(0.868 0.043 292.9) |
Copy-ready code
/* CSS */
color: #d4cfee;
background-color: #d4cfee;
/* Tailwind (arbitrary) */
class="text-[#d4cfee] bg-[#d4cfee]"
/* SCSS */
$brand: #d4cfee;
/* SwiftUI */
Color(red: 0.831, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#d4cfee")Accessibility — WCAG contrast
Aa
#d4cfee on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d4cfee on black: 13.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red83.1%
Green81.2%
Blue93.3%
CMYK percentages
Cyan10.9%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#d4cfee text on a black background
contrast 13.96:1
Card sample
#d4cfee text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d4cfee;
Background color
Panel with #d4cfee background
background-color: #d4cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d4cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(212, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(212, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d4cfee; background: linear-gradient(135deg, #d4cfee, #E9CFEE);