#d0cfee
a pale, vivid blue · warm · closest name: lavender
RGB
208, 207, 238
HSL
242°, 48%, 87%
CMYK
13, 13, 0, 7
Luminance
0.6421
Every format
| HEX | #d0cfee |
| RGB | rgb(208, 207, 238) |
| HSL | hsl(242, 48%, 87%) |
| CMYK | cmyk(13%, 13%, 0%, 7%) |
| LAB | lab(84.1 6.3 -15.1) |
| LCH | lch(84.1 16.4 292.8) |
| OKLCH | oklch(0.865 0.043 287.0) |
Copy-ready code
/* CSS */
color: #d0cfee;
background-color: #d0cfee;
/* Tailwind (arbitrary) */
class="text-[#d0cfee] bg-[#d0cfee]"
/* SCSS */
$brand: #d0cfee;
/* SwiftUI */
Color(red: 0.816, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#d0cfee")Accessibility — WCAG contrast
Aa
#d0cfee on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d0cfee on black: 13.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.6%
Green81.2%
Blue93.3%
CMYK percentages
Cyan12.6%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#d0cfee text on a black background
contrast 13.84:1
Card sample
#d0cfee text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d0cfee;
Background color
Panel with #d0cfee background
background-color: #d0cfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d0cfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(208, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(208, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d0cfee; background: linear-gradient(135deg, #d0cfee, #E5CFEE);