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