#c7bba2
a light, soft yellow · warm · closest name: tan
RGB
199, 187, 162
HSL
41°, 25%, 71%
CMYK
0, 6, 19, 22
Luminance
0.5029
Every format
| HEX | #c7bba2 |
| RGB | rgb(199, 187, 162) |
| HSL | hsl(41, 25%, 71%) |
| CMYK | cmyk(0%, 6%, 19%, 22%) |
| LAB | lab(76.3 0.1 14.2) |
| LCH | lch(76.3 14.2 89.5) |
| OKLCH | oklch(0.795 0.037 85.4) |
Copy-ready code
/* CSS */
color: #c7bba2;
background-color: #c7bba2;
/* Tailwind (arbitrary) */
class="text-[#c7bba2] bg-[#c7bba2]"
/* SCSS */
$brand: #c7bba2;
/* SwiftUI */
Color(red: 0.780, green: 0.733, blue: 0.635)
/* Android */
Color.parseColor("#c7bba2")Accessibility — WCAG contrast
Aa
#c7bba2 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c7bba2 on black: 11.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.0%
Green73.3%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta6.0%
Yellow18.6%
Key (black)22.0%
Color previews
#c7bba2 text on a black background
contrast 11.06:1
Card sample
#c7bba2 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c7bba2;
Background color
Panel with #c7bba2 background
background-color: #c7bba2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c7bba2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(199, 187, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(199, 187, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c7bba2; background: linear-gradient(135deg, #c7bba2, #BAC7A2);