#cdba28
a balanced, vivid yellow · cool · closest name: gold
RGB
205, 186, 40
HSL
53°, 67%, 48%
CMYK
0, 9, 81, 20
Luminance
0.4825
Every format
| HEX | #cdba28 |
| RGB | rgb(205, 186, 40) |
| HSL | hsl(53, 67%, 48%) |
| CMYK | cmyk(0%, 9%, 81%, 20%) |
| LAB | lab(75.0 -8.0 69.6) |
| LCH | lch(75.0 70.0 96.5) |
| OKLCH | oklch(0.782 0.153 101.3) |
Copy-ready code
/* CSS */
color: #cdba28;
background-color: #cdba28;
/* Tailwind (arbitrary) */
class="text-[#cdba28] bg-[#cdba28]"
/* SCSS */
$brand: #cdba28;
/* SwiftUI */
Color(red: 0.804, green: 0.729, blue: 0.157)
/* Android */
Color.parseColor("#cdba28")Accessibility — WCAG contrast
Aa
#cdba28 on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdba28 on black: 10.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green72.9%
Blue15.7%
CMYK percentages
Cyan0.0%
Magenta9.3%
Yellow80.5%
Key (black)19.6%
Color previews
#cdba28 text on a black background
contrast 10.65:1
Card sample
#cdba28 text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdba28;
Background color
Panel with #cdba28 background
background-color: #cdba28;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdba28;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 186, 40, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 186, 40, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdba28; background: linear-gradient(135deg, #cdba28, #72CD28);