#cace0f
a dark, electric yellow · cool · closest name: gold
RGB
202, 206, 15
HSL
61°, 86%, 43%
CMYK
2, 0, 93, 19
Luminance
0.5673
Every format
| HEX | #cace0f |
| RGB | rgb(202, 206, 15) |
| HSL | hsl(61, 86%, 43%) |
| CMYK | cmyk(2%, 0%, 93%, 19%) |
| LAB | lab(80.0 -19.9 78.6) |
| LCH | lch(80.0 81.1 104.2) |
| OKLCH | oklch(0.821 0.178 111.2) |
Copy-ready code
/* CSS */
color: #cace0f;
background-color: #cace0f;
/* Tailwind (arbitrary) */
class="text-[#cace0f] bg-[#cace0f]"
/* SCSS */
$brand: #cace0f;
/* SwiftUI */
Color(red: 0.792, green: 0.808, blue: 0.059)
/* Android */
Color.parseColor("#cace0f")Accessibility — WCAG contrast
Aa
#cace0f on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cace0f on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green80.8%
Blue5.9%
CMYK percentages
Cyan1.9%
Magenta0.0%
Yellow92.7%
Key (black)19.2%
Color previews
#cace0f text on a black background
contrast 12.35:1
Card sample
#cace0f text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cace0f;
Background color
Panel with #cace0f background
background-color: #cace0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cace0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 206, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 206, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cace0f; background: linear-gradient(135deg, #cace0f, #4ACE0F);