#cdd73c
a balanced, vivid yellow · cool · closest name: gold
RGB
205, 215, 60
HSL
64°, 66%, 54%
CMYK
5, 0, 72, 16
Luminance
0.6191
Every format
| HEX | #cdd73c |
| RGB | rgb(205, 215, 60) |
| HSL | hsl(64, 66%, 54%) |
| CMYK | cmyk(5%, 0%, 72%, 16%) |
| LAB | lab(82.9 -21.7 70.5) |
| LCH | lch(82.9 73.8 107.1) |
| OKLCH | oklch(0.845 0.170 113.2) |
Copy-ready code
/* CSS */
color: #cdd73c;
background-color: #cdd73c;
/* Tailwind (arbitrary) */
class="text-[#cdd73c] bg-[#cdd73c]"
/* SCSS */
$brand: #cdd73c;
/* SwiftUI */
Color(red: 0.804, green: 0.843, blue: 0.235)
/* Android */
Color.parseColor("#cdd73c")Accessibility — WCAG contrast
Aa
#cdd73c on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd73c on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green84.3%
Blue23.5%
CMYK percentages
Cyan4.7%
Magenta0.0%
Yellow72.1%
Key (black)15.7%
Color previews
#cdd73c text on a black background
contrast 13.38:1
Card sample
#cdd73c text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd73c;
Background color
Panel with #cdd73c background
background-color: #cdd73c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd73c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 215, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 215, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd73c; background: linear-gradient(135deg, #cdd73c, #65D73C);