#cda033
a balanced, vivid yellow · warm · closest name: peru
RGB
205, 160, 51
HSL
43°, 61%, 50%
CMYK
0, 22, 75, 20
Luminance
0.3836
Every format
| HEX | #cda033 |
| RGB | rgb(205, 160, 51) |
| HSL | hsl(43, 61%, 50%) |
| CMYK | cmyk(0%, 22%, 75%, 20%) |
| LAB | lab(68.3 6.2 59.8) |
| LCH | lch(68.3 60.1 84.1) |
| OKLCH | oklch(0.729 0.132 85.2) |
Copy-ready code
/* CSS */
color: #cda033;
background-color: #cda033;
/* Tailwind (arbitrary) */
class="text-[#cda033] bg-[#cda033]"
/* SCSS */
$brand: #cda033;
/* SwiftUI */
Color(red: 0.804, green: 0.627, blue: 0.200)
/* Android */
Color.parseColor("#cda033")Accessibility — WCAG contrast
Aa
#cda033 on white: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cda033 on black: 8.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green62.7%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta22.0%
Yellow75.1%
Key (black)19.6%
Color previews
#cda033 text on a black background
contrast 8.67:1
Card sample
#cda033 text on a white background
contrast 2.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cda033;
Background color
Panel with #cda033 background
background-color: #cda033;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cda033;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 160, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 160, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cda033; background: linear-gradient(135deg, #cda033, #93CD33);