#cabf2f
a balanced, vivid yellow · cool · closest name: gold
RGB
202, 191, 47
HSL
56°, 62%, 49%
CMYK
0, 5, 77, 21
Luminance
0.5002
Every format
| HEX | #cabf2f |
| RGB | rgb(202, 191, 47) |
| HSL | hsl(56, 62%, 49%) |
| CMYK | cmyk(0%, 5%, 77%, 21%) |
| LAB | lab(76.1 -11.6 68.4) |
| LCH | lch(76.1 69.3 99.6) |
| OKLCH | oklch(0.790 0.154 104.8) |
Copy-ready code
/* CSS */
color: #cabf2f;
background-color: #cabf2f;
/* Tailwind (arbitrary) */
class="text-[#cabf2f] bg-[#cabf2f]"
/* SCSS */
$brand: #cabf2f;
/* SwiftUI */
Color(red: 0.792, green: 0.749, blue: 0.184)
/* Android */
Color.parseColor("#cabf2f")Accessibility — WCAG contrast
Aa
#cabf2f on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cabf2f on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green74.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta5.4%
Yellow76.7%
Key (black)20.8%
Color previews
#cabf2f text on a black background
contrast 11.00:1
Card sample
#cabf2f text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cabf2f;
Background color
Panel with #cabf2f background
background-color: #cabf2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cabf2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 191, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 191, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cabf2f; background: linear-gradient(135deg, #cabf2f, #6ECA2F);