#cfcccb
a light, muted gray · warm · closest name: silver
RGB
207, 204, 203
HSL
15°, 4%, 80%
CMYK
0, 1, 2, 19
Luminance
0.6076
Every format
| HEX | #cfcccb |
| RGB | rgb(207, 204, 203) |
| HSL | hsl(15, 4%, 80%) |
| CMYK | cmyk(0%, 1%, 2%, 19%) |
| LAB | lab(82.3 0.8 0.9) |
| LCH | lch(82.3 1.2 45.3) |
| OKLCH | oklch(0.847 0.004 39.5) |
Copy-ready code
/* CSS */
color: #cfcccb;
background-color: #cfcccb;
/* Tailwind (arbitrary) */
class="text-[#cfcccb] bg-[#cfcccb]"
/* SCSS */
$brand: #cfcccb;
/* SwiftUI */
Color(red: 0.812, green: 0.800, blue: 0.796)
/* Android */
Color.parseColor("#cfcccb")Accessibility — WCAG contrast
Aa
#cfcccb on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcccb on black: 13.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.0%
Blue79.6%
CMYK percentages
Cyan0.0%
Magenta1.4%
Yellow1.9%
Key (black)18.8%
Color previews
#cfcccb text on a black background
contrast 13.15:1
Card sample
#cfcccb text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcccb;
Background color
Panel with #cfcccb background
background-color: #cfcccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 204, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 204, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcccb; background: linear-gradient(135deg, #cfcccb, #CFCFCB);