#cfcdf1
a pale, vivid blue · warm · closest name: lavender
RGB
207, 205, 241
HSL
243°, 56%, 88%
CMYK
14, 15, 0, 6
Luminance
0.6328
Every format
| HEX | #cfcdf1 |
| RGB | rgb(207, 205, 241) |
| HSL | hsl(243, 56%, 88%) |
| CMYK | cmyk(14%, 15%, 0%, 6%) |
| LAB | lab(83.6 7.7 -17.4) |
| LCH | lch(83.6 19.1 293.8) |
| OKLCH | oklch(0.861 0.050 287.9) |
Copy-ready code
/* CSS */
color: #cfcdf1;
background-color: #cfcdf1;
/* Tailwind (arbitrary) */
class="text-[#cfcdf1] bg-[#cfcdf1]"
/* SCSS */
$brand: #cfcdf1;
/* SwiftUI */
Color(red: 0.812, green: 0.804, blue: 0.945)
/* Android */
Color.parseColor("#cfcdf1")Accessibility — WCAG contrast
Aa
#cfcdf1 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcdf1 on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.4%
Blue94.5%
CMYK percentages
Cyan14.1%
Magenta14.9%
Yellow0.0%
Key (black)5.5%
Color previews
#cfcdf1 text on a black background
contrast 13.66:1
Card sample
#cfcdf1 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcdf1;
Background color
Panel with #cfcdf1 background
background-color: #cfcdf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcdf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 205, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 205, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcdf1; background: linear-gradient(135deg, #cfcdf1, #E7CDF1);