#cdc41f
a balanced, vivid yellow · cool · closest name: gold
RGB
205, 196, 31
HSL
57°, 74%, 46%
CMYK
0, 4, 85, 20
Luminance
0.5256
Every format
| HEX | #cdc41f |
| RGB | rgb(205, 196, 31) |
| HSL | hsl(57, 74%, 46%) |
| CMYK | cmyk(0%, 4%, 85%, 20%) |
| LAB | lab(77.6 -13.3 74.1) |
| LCH | lch(77.6 75.3 100.2) |
| OKLCH | oklch(0.802 0.165 106.1) |
Copy-ready code
/* CSS */
color: #cdc41f;
background-color: #cdc41f;
/* Tailwind (arbitrary) */
class="text-[#cdc41f] bg-[#cdc41f]"
/* SCSS */
$brand: #cdc41f;
/* SwiftUI */
Color(red: 0.804, green: 0.769, blue: 0.122)
/* Android */
Color.parseColor("#cdc41f")Accessibility — WCAG contrast
Aa
#cdc41f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc41f on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green76.9%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta4.4%
Yellow84.9%
Key (black)19.6%
Color previews
#cdc41f text on a black background
contrast 11.51:1
Card sample
#cdc41f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc41f;
Background color
Panel with #cdc41f background
background-color: #cdc41f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc41f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 196, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 196, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc41f; background: linear-gradient(135deg, #cdc41f, #62CD1F);