#cbc7cf
a light, muted gray · warm · closest name: silver
RGB
203, 199, 207
HSL
270°, 8%, 80%
CMYK
2, 4, 0, 19
Luminance
0.5805
Every format
| HEX | #cbc7cf |
| RGB | rgb(203, 199, 207) |
| HSL | hsl(270, 8%, 80%) |
| CMYK | cmyk(2%, 4%, 0%, 19%) |
| LAB | lab(80.8 2.9 -3.5) |
| LCH | lch(80.8 4.5 309.2) |
| OKLCH | oklch(0.835 0.012 308.3) |
Copy-ready code
/* CSS */
color: #cbc7cf;
background-color: #cbc7cf;
/* Tailwind (arbitrary) */
class="text-[#cbc7cf] bg-[#cbc7cf]"
/* SCSS */
$brand: #cbc7cf;
/* SwiftUI */
Color(red: 0.796, green: 0.780, blue: 0.812)
/* Android */
Color.parseColor("#cbc7cf")Accessibility — WCAG contrast
Aa
#cbc7cf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc7cf on black: 12.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green78.0%
Blue81.2%
CMYK percentages
Cyan1.9%
Magenta3.9%
Yellow0.0%
Key (black)18.8%
Color previews
#cbc7cf text on a black background
contrast 12.61:1
Card sample
#cbc7cf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc7cf;
Background color
Panel with #cbc7cf background
background-color: #cbc7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 199, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 199, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc7cf; background: linear-gradient(135deg, #cbc7cf, #CFC7CE);