#cfcfdf
a light, soft blue · warm · closest name: lavender
RGB
207, 207, 223
HSL
240°, 20%, 84%
CMYK
7, 7, 0, 13
Luminance
0.6322
Every format
| HEX | #cfcfdf |
| RGB | rgb(207, 207, 223) |
| HSL | hsl(240, 20%, 84%) |
| CMYK | cmyk(7%, 7%, 0%, 13%) |
| LAB | lab(83.6 3.0 -7.9) |
| LCH | lch(83.6 8.4 290.9) |
| OKLCH | oklch(0.859 0.022 285.9) |
Copy-ready code
/* CSS */
color: #cfcfdf;
background-color: #cfcfdf;
/* Tailwind (arbitrary) */
class="text-[#cfcfdf] bg-[#cfcfdf]"
/* SCSS */
$brand: #cfcfdf;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#cfcfdf")Accessibility — WCAG contrast
Aa
#cfcfdf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfdf on black: 13.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue87.5%
CMYK percentages
Cyan7.2%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#cfcfdf text on a black background
contrast 13.64:1
Card sample
#cfcfdf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfdf;
Background color
Panel with #cfcfdf background
background-color: #cfcfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfdf; background: linear-gradient(135deg, #cfcfdf, #DACFDF);