#c2c89f
a light, soft yellow · cool · closest name: tan
RGB
194, 200, 159
HSL
69°, 27%, 70%
CMYK
3, 0, 21, 22
Luminance
0.5528
Every format
| HEX | #c2c89f |
| RGB | rgb(194, 200, 159) |
| HSL | hsl(69, 27%, 70%) |
| CMYK | cmyk(3%, 0%, 21%, 22%) |
| LAB | lab(79.2 -9.0 19.9) |
| LCH | lch(79.2 21.8 114.4) |
| OKLCH | oklch(0.818 0.056 114.4) |
Copy-ready code
/* CSS */
color: #c2c89f;
background-color: #c2c89f;
/* Tailwind (arbitrary) */
class="text-[#c2c89f] bg-[#c2c89f]"
/* SCSS */
$brand: #c2c89f;
/* SwiftUI */
Color(red: 0.761, green: 0.784, blue: 0.624)
/* Android */
Color.parseColor("#c2c89f")Accessibility — WCAG contrast
Aa
#c2c89f on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c89f on black: 12.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green78.4%
Blue62.4%
CMYK percentages
Cyan3.0%
Magenta0.0%
Yellow20.5%
Key (black)21.6%
Color previews
#c2c89f text on a black background
contrast 12.06:1
Card sample
#c2c89f text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c89f;
Background color
Panel with #c2c89f background
background-color: #c2c89f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c89f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 200, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 200, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c89f; background: linear-gradient(135deg, #c2c89f, #A7C89F);