#cab366
a balanced, vivid yellow · cool · closest name: khaki
RGB
202, 179, 102
HSL
46°, 49%, 60%
CMYK
0, 11, 50, 21
Luminance
0.4576
Every format
| HEX | #cab366 |
| RGB | rgb(202, 179, 102) |
| HSL | hsl(46, 49%, 60%) |
| CMYK | cmyk(0%, 11%, 50%, 21%) |
| LAB | lab(73.4 -1.8 42.1) |
| LCH | lch(73.4 42.1 92.5) |
| OKLCH | oklch(0.770 0.101 93.2) |
Copy-ready code
/* CSS */
color: #cab366;
background-color: #cab366;
/* Tailwind (arbitrary) */
class="text-[#cab366] bg-[#cab366]"
/* SCSS */
$brand: #cab366;
/* SwiftUI */
Color(red: 0.792, green: 0.702, blue: 0.400)
/* Android */
Color.parseColor("#cab366")Accessibility — WCAG contrast
Aa
#cab366 on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cab366 on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green70.2%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta11.4%
Yellow49.5%
Key (black)20.8%
Color previews
#cab366 text on a black background
contrast 10.15:1
Card sample
#cab366 text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cab366;
Background color
Panel with #cab366 background
background-color: #cab366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cab366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 179, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 179, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cab366; background: linear-gradient(135deg, #cab366, #9ECA66);