#c2ba94
a light, soft yellow · cool · closest name: tan
RGB
194, 186, 148
HSL
50°, 27%, 67%
CMYK
0, 4, 24, 24
Luminance
0.4873
Every format
| HEX | #c2ba94 |
| RGB | rgb(194, 186, 148) |
| HSL | hsl(50, 27%, 67%) |
| CMYK | cmyk(0%, 4%, 24%, 24%) |
| LAB | lab(75.3 -3.3 20.3) |
| LCH | lch(75.3 20.6 99.2) |
| OKLCH | oklch(0.786 0.052 97.5) |
Copy-ready code
/* CSS */
color: #c2ba94;
background-color: #c2ba94;
/* Tailwind (arbitrary) */
class="text-[#c2ba94] bg-[#c2ba94]"
/* SCSS */
$brand: #c2ba94;
/* SwiftUI */
Color(red: 0.761, green: 0.729, blue: 0.580)
/* Android */
Color.parseColor("#c2ba94")Accessibility — WCAG contrast
Aa
#c2ba94 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ba94 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green72.9%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta4.1%
Yellow23.7%
Key (black)23.9%
Color previews
#c2ba94 text on a black background
contrast 10.75:1
Card sample
#c2ba94 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ba94;
Background color
Panel with #c2ba94 background
background-color: #c2ba94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ba94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 186, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 186, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ba94; background: linear-gradient(135deg, #c2ba94, #ABC294);