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