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