#cac53f
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 197, 63
HSL
58°, 57%, 52%
CMYK
0, 3, 69, 21
Luminance
0.5285
Every format
| HEX | #cac53f |
| RGB | rgb(202, 197, 63) |
| HSL | hsl(58, 57%, 52%) |
| CMYK | cmyk(0%, 3%, 69%, 21%) |
| LAB | lab(77.8 -13.9 64.4) |
| LCH | lch(77.8 65.9 102.2) |
| OKLCH | oklch(0.804 0.150 107.2) |
Copy-ready code
/* CSS */
color: #cac53f;
background-color: #cac53f;
/* Tailwind (arbitrary) */
class="text-[#cac53f] bg-[#cac53f]"
/* SCSS */
$brand: #cac53f;
/* SwiftUI */
Color(red: 0.792, green: 0.773, blue: 0.247)
/* Android */
Color.parseColor("#cac53f")Accessibility — WCAG contrast
Aa
#cac53f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac53f on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green77.3%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta2.5%
Yellow68.8%
Key (black)20.8%
Color previews
#cac53f text on a black background
contrast 11.57:1
Card sample
#cac53f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac53f;
Background color
Panel with #cac53f background
background-color: #cac53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 197, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 197, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac53f; background: linear-gradient(135deg, #cac53f, #73CA3F);