#c2c596
a light, soft yellow · cool · closest name: tan
RGB
194, 197, 150
HSL
64°, 29%, 68%
CMYK
2, 0, 24, 23
Luminance
0.5360
Every format
| HEX | #c2c596 |
| RGB | rgb(194, 197, 150) |
| HSL | hsl(64, 29%, 68%) |
| CMYK | cmyk(2%, 0%, 24%, 23%) |
| LAB | lab(78.2 -8.8 23.3) |
| LCH | lch(78.2 24.9 110.6) |
| OKLCH | oklch(0.809 0.063 110.8) |
Copy-ready code
/* CSS */
color: #c2c596;
background-color: #c2c596;
/* Tailwind (arbitrary) */
class="text-[#c2c596] bg-[#c2c596]"
/* SCSS */
$brand: #c2c596;
/* SwiftUI */
Color(red: 0.761, green: 0.773, blue: 0.588)
/* Android */
Color.parseColor("#c2c596")Accessibility — WCAG contrast
Aa
#c2c596 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c596 on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green77.3%
Blue58.8%
CMYK percentages
Cyan1.5%
Magenta0.0%
Yellow23.9%
Key (black)22.7%
Color previews
#c2c596 text on a black background
contrast 11.72:1
Card sample
#c2c596 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c596;
Background color
Panel with #c2c596 background
background-color: #c2c596;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c596;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 197, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 197, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c596; background: linear-gradient(135deg, #c2c596, #A3C596);