#cac66f
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 198, 111
HSL
57°, 46%, 61%
CMYK
0, 2, 45, 21
Luminance
0.5409
Every format
| HEX | #cac66f |
| RGB | rgb(202, 198, 111) |
| HSL | hsl(57, 46%, 61%) |
| CMYK | cmyk(0%, 2%, 45%, 21%) |
| LAB | lab(78.5 -10.8 43.9) |
| LCH | lch(78.5 45.2 103.9) |
| OKLCH | oklch(0.811 0.110 106.3) |
Copy-ready code
/* CSS */
color: #cac66f;
background-color: #cac66f;
/* Tailwind (arbitrary) */
class="text-[#cac66f] bg-[#cac66f]"
/* SCSS */
$brand: #cac66f;
/* SwiftUI */
Color(red: 0.792, green: 0.776, blue: 0.435)
/* Android */
Color.parseColor("#cac66f")Accessibility — WCAG contrast
Aa
#cac66f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cac66f on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green77.6%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta2.0%
Yellow45.0%
Key (black)20.8%
Color previews
#cac66f text on a black background
contrast 11.82:1
Card sample
#cac66f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cac66f;
Background color
Panel with #cac66f background
background-color: #cac66f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cac66f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 198, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 198, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cac66f; background: linear-gradient(135deg, #cac66f, #91CA6F);