#c1981f
a dark, vivid yellow · warm · closest name: olive
RGB
193, 152, 31
HSL
45°, 72%, 44%
CMYK
0, 21, 84, 24
Luminance
0.3389
Every format
| HEX | #c1981f |
| RGB | rgb(193, 152, 31) |
| HSL | hsl(45, 72%, 44%) |
| CMYK | cmyk(0%, 21%, 84%, 24%) |
| LAB | lab(64.9 4.5 63.0) |
| LCH | lch(64.9 63.2 86.0) |
| OKLCH | oklch(0.699 0.135 87.9) |
Copy-ready code
/* CSS */
color: #c1981f;
background-color: #c1981f;
/* Tailwind (arbitrary) */
class="text-[#c1981f] bg-[#c1981f]"
/* SCSS */
$brand: #c1981f;
/* SwiftUI */
Color(red: 0.757, green: 0.596, blue: 0.122)
/* Android */
Color.parseColor("#c1981f")Accessibility — WCAG contrast
Aa
#c1981f on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1981f on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green59.6%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta21.2%
Yellow83.9%
Key (black)24.3%
Color previews
#c1981f text on a black background
contrast 7.78:1
Card sample
#c1981f text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1981f;
Background color
Panel with #c1981f background
background-color: #c1981f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1981f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 152, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 152, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1981f; background: linear-gradient(135deg, #c1981f, #7EC11F);