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