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