#cdd22f
a balanced, vivid yellow · cool · closest name: gold
RGB
205, 210, 47
HSL
62°, 64%, 50%
CMYK
2, 0, 78, 18
Luminance
0.5928
Every format
| HEX | #cdd22f |
| RGB | rgb(205, 210, 47) |
| HSL | hsl(62, 64%, 50%) |
| CMYK | cmyk(2%, 0%, 78%, 18%) |
| LAB | lab(81.4 -19.8 73.3) |
| LCH | lch(81.4 75.9 105.1) |
| OKLCH | oklch(0.833 0.171 111.4) |
Copy-ready code
/* CSS */
color: #cdd22f;
background-color: #cdd22f;
/* Tailwind (arbitrary) */
class="text-[#cdd22f] bg-[#cdd22f]"
/* SCSS */
$brand: #cdd22f;
/* SwiftUI */
Color(red: 0.804, green: 0.824, blue: 0.184)
/* Android */
Color.parseColor("#cdd22f")Accessibility — WCAG contrast
Aa
#cdd22f on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdd22f on black: 12.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green82.4%
Blue18.4%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow77.6%
Key (black)17.6%
Color previews
#cdd22f text on a black background
contrast 12.86:1
Card sample
#cdd22f text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdd22f;
Background color
Panel with #cdd22f background
background-color: #cdd22f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdd22f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 210, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 210, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdd22f; background: linear-gradient(135deg, #cdd22f, #60D22F);