#cdd53f
a balanced, vivid yellow · cool · closest name: gold
RGB
205, 213, 63
HSL
63°, 64%, 54%
CMYK
4, 0, 70, 17
Luminance
0.6093
Every format
| HEX | #cdd53f |
| RGB | rgb(205, 213, 63) |
| HSL | hsl(63, 64%, 54%) |
| CMYK | cmyk(4%, 0%, 70%, 17%) |
| LAB | lab(82.3 -20.6 69.0) |
| LCH | lch(82.3 72.0 106.6) |
| OKLCH | oklch(0.841 0.166 112.5) |
Copy-ready code
/* CSS */
color: #cdd53f;
background-color: #cdd53f;
/* Tailwind (arbitrary) */
class="text-[#cdd53f] bg-[#cdd53f]"
/* SCSS */
$brand: #cdd53f;
/* SwiftUI */
Color(red: 0.804, green: 0.835, blue: 0.247)
/* Android */
Color.parseColor("#cdd53f")Accessibility — WCAG contrast
Aa
#cdd53f on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd53f on black: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green83.5%
Blue24.7%
CMYK percentages
Cyan3.8%
Magenta0.0%
Yellow70.4%
Key (black)16.5%
Color previews
#cdd53f text on a black background
contrast 13.19:1
Card sample
#cdd53f text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd53f;
Background color
Panel with #cdd53f background
background-color: #cdd53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 213, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 213, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd53f; background: linear-gradient(135deg, #cdd53f, #69D53F);