#c2ca95
a light, soft yellow · cool · closest name: tan
RGB
194, 202, 149
HSL
69°, 33%, 69%
CMYK
4, 0, 26, 21
Luminance
0.5588
Every format
| HEX | #c2ca95 |
| RGB | rgb(194, 202, 149) |
| HSL | hsl(69, 33%, 69%) |
| CMYK | cmyk(4%, 0%, 26%, 21%) |
| LAB | lab(79.5 -11.5 25.6) |
| LCH | lch(79.5 28.1 114.1) |
| OKLCH | oklch(0.820 0.071 115.0) |
Copy-ready code
/* CSS */
color: #c2ca95;
background-color: #c2ca95;
/* Tailwind (arbitrary) */
class="text-[#c2ca95] bg-[#c2ca95]"
/* SCSS */
$brand: #c2ca95;
/* SwiftUI */
Color(red: 0.761, green: 0.792, blue: 0.584)
/* Android */
Color.parseColor("#c2ca95")Accessibility — WCAG contrast
Aa
#c2ca95 on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2ca95 on black: 12.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green79.2%
Blue58.4%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow26.2%
Key (black)20.8%
Color previews
#c2ca95 text on a black background
contrast 12.18:1
Card sample
#c2ca95 text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2ca95;
Background color
Panel with #c2ca95 background
background-color: #c2ca95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2ca95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 202, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 202, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2ca95; background: linear-gradient(135deg, #c2ca95, #9FCA95);