#c2bfac
a light, soft yellow · cool · closest name: silver
RGB
194, 191, 172
HSL
52°, 15%, 72%
CMYK
0, 2, 11, 24
Luminance
0.5171
Every format
| HEX | #c2bfac |
| RGB | rgb(194, 191, 172) |
| HSL | hsl(52, 15%, 72%) |
| CMYK | cmyk(0%, 2%, 11%, 24%) |
| LAB | lab(77.1 -2.3 10.0) |
| LCH | lch(77.1 10.2 102.8) |
| OKLCH | oklch(0.802 0.026 99.6) |
Copy-ready code
/* CSS */
color: #c2bfac;
background-color: #c2bfac;
/* Tailwind (arbitrary) */
class="text-[#c2bfac] bg-[#c2bfac]"
/* SCSS */
$brand: #c2bfac;
/* SwiftUI */
Color(red: 0.761, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#c2bfac")Accessibility — WCAG contrast
Aa
#c2bfac on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2bfac on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta1.5%
Yellow11.3%
Key (black)23.9%
Color previews
#c2bfac text on a black background
contrast 11.34:1
Card sample
#c2bfac text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2bfac;
Background color
Panel with #c2bfac background
background-color: #c2bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2bfac; background: linear-gradient(135deg, #c2bfac, #B6C2AC);