#cacf2b
a balanced, vivid yellow · cool · closest name: gold
RGB
202, 207, 43
HSL
62°, 66%, 49%
CMYK
2, 0, 79, 19
Luminance
0.5736
Every format
| HEX | #cacf2b |
| RGB | rgb(202, 207, 43) |
| HSL | hsl(62, 66%, 49%) |
| CMYK | cmyk(2%, 0%, 79%, 19%) |
| LAB | lab(80.4 -19.7 73.4) |
| LCH | lch(80.4 76.0 105.1) |
| OKLCH | oklch(0.824 0.171 111.5) |
Copy-ready code
/* CSS */
color: #cacf2b;
background-color: #cacf2b;
/* Tailwind (arbitrary) */
class="text-[#cacf2b] bg-[#cacf2b]"
/* SCSS */
$brand: #cacf2b;
/* SwiftUI */
Color(red: 0.792, green: 0.812, blue: 0.169)
/* Android */
Color.parseColor("#cacf2b")Accessibility — WCAG contrast
Aa
#cacf2b on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cacf2b on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green81.2%
Blue16.9%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow79.2%
Key (black)18.8%
Color previews
#cacf2b text on a black background
contrast 12.47:1
Card sample
#cacf2b text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cacf2b;
Background color
Panel with #cacf2b background
background-color: #cacf2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cacf2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 207, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 207, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cacf2b; background: linear-gradient(135deg, #cacf2b, #5DCF2B);