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