#cab85f
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 184, 95
HSL
50°, 50%, 58%
CMYK
0, 9, 53, 21
Luminance
0.4766
Every format
| HEX | #cab85f |
| RGB | rgb(202, 184, 95) |
| HSL | hsl(50, 50%, 58%) |
| CMYK | cmyk(0%, 9%, 53%, 21%) |
| LAB | lab(74.6 -5.1 47.0) |
| LCH | lch(74.6 47.3 96.2) |
| OKLCH | oklch(0.779 0.112 98.1) |
Copy-ready code
/* CSS */
color: #cab85f;
background-color: #cab85f;
/* Tailwind (arbitrary) */
class="text-[#cab85f] bg-[#cab85f]"
/* SCSS */
$brand: #cab85f;
/* SwiftUI */
Color(red: 0.792, green: 0.722, blue: 0.373)
/* Android */
Color.parseColor("#cab85f")Accessibility — WCAG contrast
Aa
#cab85f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab85f on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.2%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta8.9%
Yellow53.0%
Key (black)20.8%
Color previews
#cab85f text on a black background
contrast 10.53:1
Card sample
#cab85f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab85f;
Background color
Panel with #cab85f background
background-color: #cab85f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab85f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 184, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 184, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab85f; background: linear-gradient(135deg, #cab85f, #95CA5F);