#cabc79
a balanced, soft yellow · cool · closest name: tan
RGB
202, 188, 121
HSL
50°, 43%, 63%
CMYK
0, 7, 40, 21
Luminance
0.4990
Every format
| HEX | #cabc79 |
| RGB | rgb(202, 188, 121) |
| HSL | hsl(50, 43%, 63%) |
| CMYK | cmyk(0%, 7%, 40%, 21%) |
| LAB | lab(76.0 -4.6 35.7) |
| LCH | lch(76.0 36.0 97.4) |
| OKLCH | oklch(0.792 0.088 97.8) |
Copy-ready code
/* CSS */
color: #cabc79;
background-color: #cabc79;
/* Tailwind (arbitrary) */
class="text-[#cabc79] bg-[#cabc79]"
/* SCSS */
$brand: #cabc79;
/* SwiftUI */
Color(red: 0.792, green: 0.737, blue: 0.475)
/* Android */
Color.parseColor("#cabc79")Accessibility — WCAG contrast
Aa
#cabc79 on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabc79 on black: 10.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green73.7%
Blue47.5%
CMYK percentages
Cyan0.0%
Magenta6.9%
Yellow40.1%
Key (black)20.8%
Color previews
#cabc79 text on a black background
contrast 10.98:1
Card sample
#cabc79 text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabc79;
Background color
Panel with #cabc79 background
background-color: #cabc79;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabc79;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 188, 121, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 188, 121, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabc79; background: linear-gradient(135deg, #cabc79, #A2CA79);