#cdda02
a dark, electric yellow · cool · closest name: yellow
RGB
205, 218, 2
HSL
64°, 98%, 43%
CMYK
6, 0, 99, 15
Luminance
0.6313
Every format
| HEX | #cdda02 |
| RGB | rgb(205, 218, 2) |
| HSL | hsl(64, 98%, 43%) |
| CMYK | cmyk(6%, 0%, 99%, 15%) |
| LAB | lab(83.5 -24.6 82.6) |
| LCH | lch(83.5 86.2 106.6) |
| OKLCH | oklch(0.850 0.191 114.1) |
Copy-ready code
/* CSS */
color: #cdda02;
background-color: #cdda02;
/* Tailwind (arbitrary) */
class="text-[#cdda02] bg-[#cdda02]"
/* SCSS */
$brand: #cdda02;
/* SwiftUI */
Color(red: 0.804, green: 0.855, blue: 0.008)
/* Android */
Color.parseColor("#cdda02")Accessibility — WCAG contrast
Aa
#cdda02 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdda02 on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green85.5%
Blue0.8%
CMYK percentages
Cyan6.0%
Magenta0.0%
Yellow99.1%
Key (black)14.5%
Color previews
#cdda02 text on a black background
contrast 13.63:1
Card sample
#cdda02 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdda02;
Background color
Panel with #cdda02 background
background-color: #cdda02;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdda02;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 218, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 218, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdda02; background: linear-gradient(135deg, #cdda02, #3DDA02);