#c8bfac
a light, soft yellow · warm · closest name: silver
RGB
200, 191, 172
HSL
41°, 20%, 73%
CMYK
0, 5, 14, 22
Luminance
0.5252
Every format
| HEX | #c8bfac |
| RGB | rgb(200, 191, 172) |
| HSL | hsl(41, 20%, 73%) |
| CMYK | cmyk(0%, 5%, 14%, 22%) |
| LAB | lab(77.6 -0.1 10.7) |
| LCH | lch(77.6 10.7 90.3) |
| OKLCH | oklch(0.807 0.028 85.7) |
Copy-ready code
/* CSS */
color: #c8bfac;
background-color: #c8bfac;
/* Tailwind (arbitrary) */
class="text-[#c8bfac] bg-[#c8bfac]"
/* SCSS */
$brand: #c8bfac;
/* SwiftUI */
Color(red: 0.784, green: 0.749, blue: 0.675)
/* Android */
Color.parseColor("#c8bfac")Accessibility — WCAG contrast
Aa
#c8bfac on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8bfac on black: 11.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green74.9%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta4.5%
Yellow14.0%
Key (black)21.6%
Color previews
#c8bfac text on a black background
contrast 11.50:1
Card sample
#c8bfac text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8bfac;
Background color
Panel with #c8bfac background
background-color: #c8bfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8bfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 191, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 191, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8bfac; background: linear-gradient(135deg, #c8bfac, #BEC8AC);