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