#c7bbaf
a light, soft orange · warm · closest name: silver
RGB
199, 187, 175
HSL
30°, 18%, 73%
CMYK
0, 6, 12, 22
Luminance
0.5078
Every format
| HEX | #c7bbaf |
| RGB | rgb(199, 187, 175) |
| HSL | hsl(30, 18%, 73%) |
| CMYK | cmyk(0%, 6%, 12%, 22%) |
| LAB | lab(76.5 2.2 7.6) |
| LCH | lch(76.5 7.9 74.0) |
| OKLCH | oklch(0.799 0.021 67.5) |
Copy-ready code
/* CSS */
color: #c7bbaf;
background-color: #c7bbaf;
/* Tailwind (arbitrary) */
class="text-[#c7bbaf] bg-[#c7bbaf]"
/* SCSS */
$brand: #c7bbaf;
/* SwiftUI */
Color(red: 0.780, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#c7bbaf")Accessibility — WCAG contrast
Aa
#c7bbaf on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bbaf on black: 11.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green73.3%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow12.1%
Key (black)22.0%
Color previews
#c7bbaf text on a black background
contrast 11.16:1
Card sample
#c7bbaf text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bbaf;
Background color
Panel with #c7bbaf background
background-color: #c7bbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bbaf; background: linear-gradient(135deg, #c7bbaf, #C3C7AF);