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