#cad511
a balanced, electric yellow · cool · closest name: yellow
RGB
202, 213, 17
HSL
63°, 85%, 45%
CMYK
5, 0, 92, 17
Luminance
0.6019
Every format
| HEX | #cad511 |
| RGB | rgb(202, 213, 17) |
| HSL | hsl(63, 85%, 45%) |
| CMYK | cmyk(5%, 0%, 92%, 17%) |
| LAB | lab(81.9 -23.3 79.8) |
| LCH | lch(81.9 83.2 106.3) |
| OKLCH | oklch(0.836 0.185 113.5) |
Copy-ready code
/* CSS */
color: #cad511;
background-color: #cad511;
/* Tailwind (arbitrary) */
class="text-[#cad511] bg-[#cad511]"
/* SCSS */
$brand: #cad511;
/* SwiftUI */
Color(red: 0.792, green: 0.835, blue: 0.067)
/* Android */
Color.parseColor("#cad511")Accessibility — WCAG contrast
Aa
#cad511 on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad511 on black: 13.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green83.5%
Blue6.7%
CMYK percentages
Cyan5.2%
Magenta0.0%
Yellow92.0%
Key (black)16.5%
Color previews
#cad511 text on a black background
contrast 13.04:1
Card sample
#cad511 text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad511;
Background color
Panel with #cad511 background
background-color: #cad511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 213, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 213, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad511; background: linear-gradient(135deg, #cad511, #47D511);