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