#c2c299
a light, soft yellow · cool · closest name: tan
RGB
194, 194, 153
HSL
60°, 25%, 68%
CMYK
0, 0, 21, 24
Luminance
0.5235
Every format
| HEX | #c2c299 |
| RGB | rgb(194, 194, 153) |
| HSL | hsl(60, 25%, 68%) |
| CMYK | cmyk(0%, 0%, 21%, 24%) |
| LAB | lab(77.5 -6.8 20.7) |
| LCH | lch(77.5 21.8 108.1) |
| OKLCH | oklch(0.804 0.055 107.6) |
Copy-ready code
/* CSS */
color: #c2c299;
background-color: #c2c299;
/* Tailwind (arbitrary) */
class="text-[#c2c299] bg-[#c2c299]"
/* SCSS */
$brand: #c2c299;
/* SwiftUI */
Color(red: 0.761, green: 0.761, blue: 0.600)
/* Android */
Color.parseColor("#c2c299")Accessibility — WCAG contrast
Aa
#c2c299 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2c299 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green76.1%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow21.1%
Key (black)23.9%
Color previews
#c2c299 text on a black background
contrast 11.47:1
Card sample
#c2c299 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2c299;
Background color
Panel with #c2c299 background
background-color: #c2c299;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2c299;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 194, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 194, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2c299; background: linear-gradient(135deg, #c2c299, #A7C299);