#cace3b
a balanced, vivid yellow · cool · closest name: gold
RGB
202, 206, 59
HSL
62°, 60%, 52%
CMYK
2, 0, 71, 19
Luminance
0.5701
Every format
| HEX | #cace3b |
| RGB | rgb(202, 206, 59) |
| HSL | hsl(62, 60%, 52%) |
| CMYK | cmyk(2%, 0%, 71%, 19%) |
| LAB | lab(80.2 -18.6 68.2) |
| LCH | lch(80.2 70.7 105.2) |
| OKLCH | oklch(0.823 0.162 111.0) |
Copy-ready code
/* CSS */
color: #cace3b;
background-color: #cace3b;
/* Tailwind (arbitrary) */
class="text-[#cace3b] bg-[#cace3b]"
/* SCSS */
$brand: #cace3b;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.231)
/* Android */
Color.parseColor("#cace3b")Accessibility — WCAG contrast
Aa
#cace3b on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cace3b on black: 12.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue23.1%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow71.4%
Key (black)19.2%
Color previews
#cace3b text on a black background
contrast 12.40:1
Card sample
#cace3b text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cace3b;
Background color
Panel with #cace3b background
background-color: #cace3b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cace3b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cace3b; background: linear-gradient(135deg, #cace3b, #68CE3B);