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