#cab93f
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 185, 63
HSL
53°, 57%, 52%
CMYK
0, 8, 69, 21
Luminance
0.4761
Every format
| HEX | #cab93f |
| RGB | rgb(202, 185, 63) |
| HSL | hsl(53, 57%, 52%) |
| CMYK | cmyk(0%, 8%, 69%, 21%) |
| LAB | lab(74.6 -7.8 61.2) |
| LCH | lch(74.6 61.7 97.2) |
| OKLCH | oklch(0.778 0.140 101.2) |
Copy-ready code
/* CSS */
color: #cab93f;
background-color: #cab93f;
/* Tailwind (arbitrary) */
class="text-[#cab93f] bg-[#cab93f]"
/* SCSS */
$brand: #cab93f;
/* SwiftUI */
Color(red: 0.792, green: 0.725, blue: 0.247)
/* Android */
Color.parseColor("#cab93f")Accessibility — WCAG contrast
Aa
#cab93f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab93f on black: 10.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green72.5%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta8.4%
Yellow68.8%
Key (black)20.8%
Color previews
#cab93f text on a black background
contrast 10.52:1
Card sample
#cab93f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab93f;
Background color
Panel with #cab93f background
background-color: #cab93f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab93f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 185, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 185, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab93f; background: linear-gradient(135deg, #cab93f, #7ECA3F);