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