#cdcd0d
a dark, electric yellow · cool · closest name: gold
RGB
205, 205, 13
HSL
60°, 88%, 43%
CMYK
0, 0, 94, 20
Luminance
0.5667
Every format
| HEX | #cdcd0d |
| RGB | rgb(205, 205, 13) |
| HSL | hsl(60, 88%, 43%) |
| CMYK | cmyk(0%, 0%, 94%, 20%) |
| LAB | lab(80.0 -18.1 78.9) |
| LCH | lch(80.0 81.0 103.0) |
| OKLCH | oklch(0.821 0.177 109.7) |
Copy-ready code
/* CSS */
color: #cdcd0d;
background-color: #cdcd0d;
/* Tailwind (arbitrary) */
class="text-[#cdcd0d] bg-[#cdcd0d]"
/* SCSS */
$brand: #cdcd0d;
/* SwiftUI */
Color(red: 0.804, green: 0.804, blue: 0.051)
/* Android */
Color.parseColor("#cdcd0d")Accessibility — WCAG contrast
Aa
#cdcd0d on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdcd0d on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green80.4%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow93.7%
Key (black)19.6%
Color previews
#cdcd0d text on a black background
contrast 12.33:1
Card sample
#cdcd0d text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdcd0d;
Background color
Panel with #cdcd0d background
background-color: #cdcd0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdcd0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 205, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 205, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdcd0d; background: linear-gradient(135deg, #cdcd0d, #4DCD0D);