#cddc01
a dark, electric yellow · cool · closest name: yellow
RGB
205, 220, 1
HSL
64°, 99%, 43%
CMYK
7, 0, 100, 14
Luminance
0.6417
Every format
| HEX | #cddc01 |
| RGB | rgb(205, 220, 1) |
| HSL | hsl(64, 99%, 43%) |
| CMYK | cmyk(7%, 0%, 100%, 14%) |
| LAB | lab(84.0 -25.6 83.1) |
| LCH | lch(84.0 86.9 107.1) |
| OKLCH | oklch(0.854 0.193 114.7) |
Copy-ready code
/* CSS */
color: #cddc01;
background-color: #cddc01;
/* Tailwind (arbitrary) */
class="text-[#cddc01] bg-[#cddc01]"
/* SCSS */
$brand: #cddc01;
/* SwiftUI */
Color(red: 0.804, green: 0.863, blue: 0.004)
/* Android */
Color.parseColor("#cddc01")Accessibility — WCAG contrast
Aa
#cddc01 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cddc01 on black: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green86.3%
Blue0.4%
CMYK percentages
Cyan6.8%
Magenta0.0%
Yellow99.5%
Key (black)13.7%
Color previews
#cddc01 text on a black background
contrast 13.83:1
Card sample
#cddc01 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cddc01;
Background color
Panel with #cddc01 background
background-color: #cddc01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cddc01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 220, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 220, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cddc01; background: linear-gradient(135deg, #cddc01, #3BDC01);