#cfcfd8
a light, muted blue · warm · closest name: silver
RGB
207, 207, 216
HSL
240°, 10%, 83%
CMYK
4, 4, 0, 15
Luminance
0.6285
Every format
| HEX | #cfcfd8 |
| RGB | rgb(207, 207, 216) |
| HSL | hsl(240, 10%, 83%) |
| CMYK | cmyk(4%, 4%, 0%, 15%) |
| LAB | lab(83.4 1.7 -4.5) |
| LCH | lch(83.4 4.8 290.6) |
| OKLCH | oklch(0.857 0.012 286.1) |
Copy-ready code
/* CSS */
color: #cfcfd8;
background-color: #cfcfd8;
/* Tailwind (arbitrary) */
class="text-[#cfcfd8] bg-[#cfcfd8]"
/* SCSS */
$brand: #cfcfd8;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.847)
/* Android */
Color.parseColor("#cfcfd8")Accessibility — WCAG contrast
Aa
#cfcfd8 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfd8 on black: 13.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue84.7%
CMYK percentages
Cyan4.2%
Magenta4.2%
Yellow0.0%
Key (black)15.3%
Color previews
#cfcfd8 text on a black background
contrast 13.57:1
Card sample
#cfcfd8 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfd8;
Background color
Panel with #cfcfd8 background
background-color: #cfcfd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfd8; background: linear-gradient(135deg, #cfcfd8, #D5CFD8);