#cad600
a dark, electric yellow · cool · closest name: yellow
RGB
202, 214, 0
HSL
63°, 100%, 42%
CMYK
6, 0, 100, 16
Luminance
0.6065
Every format
| HEX | #cad600 |
| RGB | rgb(202, 214, 0) |
| HSL | hsl(63, 100%, 42%) |
| CMYK | cmyk(6%, 0%, 100%, 16%) |
| LAB | lab(82.2 -23.9 81.7) |
| LCH | lch(82.2 85.1 106.3) |
| OKLCH | oklch(0.838 0.188 113.8) |
Copy-ready code
/* CSS */
color: #cad600;
background-color: #cad600;
/* Tailwind (arbitrary) */
class="text-[#cad600] bg-[#cad600]"
/* SCSS */
$brand: #cad600;
/* SwiftUI */
Color(red: 0.792, green: 0.839, blue: 0.000)
/* Android */
Color.parseColor("#cad600")Accessibility — WCAG contrast
Aa
#cad600 on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cad600 on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green83.9%
Blue0.0%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow100.0%
Key (black)16.1%
Color previews
#cad600 text on a black background
contrast 13.13:1
Card sample
#cad600 text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cad600;
Background color
Panel with #cad600 background
background-color: #cad600;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cad600;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 214, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 214, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cad600; background: linear-gradient(135deg, #cad600, #3BD600);