#d1cffc
a pale, electric blue · warm · closest name: lavender
RGB
209, 207, 252
HSL
243°, 88%, 90%
CMYK
17, 18, 0, 1
Luminance
0.6521
Every format
| HEX | #d1cffc |
| RGB | rgb(209, 207, 252) |
| HSL | hsl(243, 88%, 90%) |
| CMYK | cmyk(17%, 18%, 0%, 1%) |
| LAB | lab(84.6 9.6 -21.7) |
| LCH | lch(84.6 23.7 293.8) |
| OKLCH | oklch(0.871 0.062 287.1) |
Copy-ready code
/* CSS */
color: #d1cffc;
background-color: #d1cffc;
/* Tailwind (arbitrary) */
class="text-[#d1cffc] bg-[#d1cffc]"
/* SCSS */
$brand: #d1cffc;
/* SwiftUI */
Color(red: 0.820, green: 0.812, blue: 0.988)
/* Android */
Color.parseColor("#d1cffc")Accessibility — WCAG contrast
Aa
#d1cffc on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#d1cffc on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red82.0%
Green81.2%
Blue98.8%
CMYK percentages
Cyan17.1%
Magenta17.9%
Yellow0.0%
Key (black)1.2%
Color previews
#d1cffc text on a black background
contrast 14.04:1
Card sample
#d1cffc text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #d1cffc;
Background color
Panel with #d1cffc background
background-color: #d1cffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #d1cffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(209, 207, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(209, 207, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #d1cffc; background: linear-gradient(135deg, #d1cffc, #EFCFFC);