#c9bfac
a light, soft orange · warm · closest name: silver
RGB
201, 191, 172
HSL
39°, 21%, 73%
CMYK
0, 5, 14, 21
Luminance
0.5266
Every format
| HEX | #c9bfac |
| RGB | rgb(201, 191, 172) |
| HSL | hsl(39, 21%, 73%) |
| CMYK | cmyk(0%, 5%, 14%, 21%) |
| LAB | lab(77.7 0.3 10.8) |
| LCH | lch(77.7 10.8 88.4) |
| OKLCH | oklch(0.808 0.028 83.5) |
Copy-ready code
/* CSS */
color: #c9bfac;
background-color: #c9bfac;
/* Tailwind (arbitrary) */
class="text-[#c9bfac] bg-[#c9bfac]"
/* SCSS */
$brand: #c9bfac;
/* SwiftUI */
Color(red: 0.788, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#c9bfac")Accessibility — WCAG contrast
Aa
#c9bfac on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c9bfac on black: 11.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.8%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta5.0%
Yellow14.4%
Key (black)21.2%
Color previews
#c9bfac text on a black background
contrast 11.53:1
Card sample
#c9bfac text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c9bfac;
Background color
Panel with #c9bfac background
background-color: #c9bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c9bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(201, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(201, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c9bfac; background: linear-gradient(135deg, #c9bfac, #C0C9AC);