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