#c49c01
a dark, electric yellow · cool · closest name: orange
RGB
196, 156, 1
HSL
48°, 99%, 39%
CMYK
0, 20, 100, 23
Luminance
0.3551
Every format
| HEX | #c49c01 |
| RGB | rgb(196, 156, 1) |
| HSL | hsl(48, 99%, 39%) |
| CMYK | cmyk(0%, 20%, 100%, 23%) |
| LAB | lab(66.2 3.1 69.7) |
| LCH | lch(66.2 69.8 87.4) |
| OKLCH | oklch(0.709 0.145 90.2) |
Copy-ready code
/* CSS */
color: #c49c01;
background-color: #c49c01;
/* Tailwind (arbitrary) */
class="text-[#c49c01] bg-[#c49c01]"
/* SCSS */
$brand: #c49c01;
/* SwiftUI */
Color(red: 0.769, green: 0.612, blue: 0.004)
/* Android */
Color.parseColor("#c49c01")Accessibility — WCAG contrast
Aa
#c49c01 on white: 2.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c49c01 on black: 8.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green61.2%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta20.4%
Yellow99.5%
Key (black)23.1%
Color previews
#c49c01 text on a black background
contrast 8.10:1
Card sample
#c49c01 text on a white background
contrast 2.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c49c01;
Background color
Panel with #c49c01 background
background-color: #c49c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c49c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 156, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 156, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c49c01; background: linear-gradient(135deg, #c49c01, #6AC401);