#c7bfba
a light, muted orange · warm · closest name: silver
RGB
199, 191, 186
HSL
23°, 10%, 76%
CMYK
0, 4, 7, 22
Luminance
0.5295
Every format
| HEX | #c7bfba |
| RGB | rgb(199, 191, 186) |
| HSL | hsl(23, 10%, 76%) |
| CMYK | cmyk(0%, 4%, 7%, 22%) |
| LAB | lab(77.8 1.9 3.5) |
| LCH | lch(77.8 4.0 61.4) |
| OKLCH | oklch(0.810 0.011 54.5) |
Copy-ready code
/* CSS */
color: #c7bfba;
background-color: #c7bfba;
/* Tailwind (arbitrary) */
class="text-[#c7bfba] bg-[#c7bfba]"
/* SCSS */
$brand: #c7bfba;
/* SwiftUI */
Color(red: 0.780, green: 0.749, blue: 0.729)
/* Android */
Color.parseColor("#c7bfba")Accessibility — WCAG contrast
Aa
#c7bfba on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bfba on black: 11.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green74.9%
Blue72.9%
CMYK percentages
Cyan0.0%
Magenta4.0%
Yellow6.5%
Key (black)22.0%
Color previews
#c7bfba text on a black background
contrast 11.59:1
Card sample
#c7bfba text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bfba;
Background color
Panel with #c7bfba background
background-color: #c7bfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 191, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 191, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bfba; background: linear-gradient(135deg, #c7bfba, #C6C7BA);