#cca133
a balanced, vivid yellow · warm · closest name: peru
RGB
204, 161, 51
HSL
43°, 60%, 50%
CMYK
0, 21, 75, 20
Luminance
0.3857
Every format
| HEX | #cca133 |
| RGB | rgb(204, 161, 51) |
| HSL | hsl(43, 60%, 50%) |
| CMYK | cmyk(0%, 21%, 75%, 20%) |
| LAB | lab(68.4 5.2 59.9) |
| LCH | lch(68.4 60.1 85.1) |
| OKLCH | oklch(0.730 0.132 86.4) |
Copy-ready code
/* CSS */
color: #cca133;
background-color: #cca133;
/* Tailwind (arbitrary) */
class="text-[#cca133] bg-[#cca133]"
/* SCSS */
$brand: #cca133;
/* SwiftUI */
Color(red: 0.800, green: 0.631, blue: 0.200)
/* Android */
Color.parseColor("#cca133")Accessibility — WCAG contrast
Aa
#cca133 on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cca133 on black: 8.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green63.1%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta21.1%
Yellow75.0%
Key (black)20.0%
Color previews
#cca133 text on a black background
contrast 8.71:1
Card sample
#cca133 text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cca133;
Background color
Panel with #cca133 background
background-color: #cca133;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cca133;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 161, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 161, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cca133; background: linear-gradient(135deg, #cca133, #91CC33);