#c5bfac
a light, soft yellow · cool · closest name: silver
RGB
197, 191, 172
HSL
46°, 18%, 72%
CMYK
0, 3, 13, 23
Luminance
0.5211
Every format
| HEX | #c5bfac |
| RGB | rgb(197, 191, 172) |
| HSL | hsl(46, 18%, 72%) |
| CMYK | cmyk(0%, 3%, 13%, 23%) |
| LAB | lab(77.3 -1.2 10.3) |
| LCH | lch(77.3 10.4 96.4) |
| OKLCH | oklch(0.804 0.027 92.4) |
Copy-ready code
/* CSS */
color: #c5bfac;
background-color: #c5bfac;
/* Tailwind (arbitrary) */
class="text-[#c5bfac] bg-[#c5bfac]"
/* SCSS */
$brand: #c5bfac;
/* SwiftUI */
Color(red: 0.773, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#c5bfac")Accessibility — WCAG contrast
Aa
#c5bfac on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c5bfac on black: 11.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.3%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta3.0%
Yellow12.7%
Key (black)22.7%
Color previews
#c5bfac text on a black background
contrast 11.42:1
Card sample
#c5bfac text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c5bfac;
Background color
Panel with #c5bfac background
background-color: #c5bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c5bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(197, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(197, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c5bfac; background: linear-gradient(135deg, #c5bfac, #BAC5AC);