#cabd7f
a balanced, soft yellow · cool · closest name: tan
RGB
202, 189, 127
HSL
50°, 41%, 65%
CMYK
0, 6, 37, 21
Luminance
0.5048
Every format
| HEX | #cabd7f |
| RGB | rgb(202, 189, 127) |
| HSL | hsl(50, 41%, 65%) |
| CMYK | cmyk(0%, 6%, 37%, 21%) |
| LAB | lab(76.4 -4.5 33.0) |
| LCH | lch(76.4 33.3 97.7) |
| OKLCH | oklch(0.795 0.082 97.8) |
Copy-ready code
/* CSS */
color: #cabd7f;
background-color: #cabd7f;
/* Tailwind (arbitrary) */
class="text-[#cabd7f] bg-[#cabd7f]"
/* SCSS */
$brand: #cabd7f;
/* SwiftUI */
Color(red: 0.792, green: 0.741, blue: 0.498)
/* Android */
Color.parseColor("#cabd7f")Accessibility — WCAG contrast
Aa
#cabd7f on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabd7f on black: 11.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.1%
Blue49.8%
CMYK percentages
Cyan0.0%
Magenta6.4%
Yellow37.1%
Key (black)20.8%
Color previews
#cabd7f text on a black background
contrast 11.10:1
Card sample
#cabd7f text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabd7f;
Background color
Panel with #cabd7f background
background-color: #cabd7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabd7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 189, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 189, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabd7f; background: linear-gradient(135deg, #cabd7f, #A5CA7F);