#c6901f
a dark, vivid yellow · warm · closest name: peru
RGB
198, 144, 31
HSL
41°, 73%, 45%
CMYK
0, 27, 84, 22
Luminance
0.3205
Every format
| HEX | #c6901f |
| RGB | rgb(198, 144, 31) |
| HSL | hsl(41, 73%, 45%) |
| CMYK | cmyk(0%, 27%, 84%, 22%) |
| LAB | lab(63.4 11.0 62.0) |
| LCH | lch(63.4 63.0 79.9) |
| OKLCH | oklch(0.688 0.134 79.9) |
Copy-ready code
/* CSS */
color: #c6901f;
background-color: #c6901f;
/* Tailwind (arbitrary) */
class="text-[#c6901f] bg-[#c6901f]"
/* SCSS */
$brand: #c6901f;
/* SwiftUI */
Color(red: 0.776, green: 0.565, blue: 0.122)
/* Android */
Color.parseColor("#c6901f")Accessibility — WCAG contrast
Aa
#c6901f on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c6901f on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red77.6%
Green56.5%
Blue12.2%
CMYK percentages
Cyan0.0%
Magenta27.3%
Yellow84.3%
Key (black)22.4%
Color previews
#c6901f text on a black background
contrast 7.41:1
Card sample
#c6901f text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c6901f;
Background color
Panel with #c6901f background
background-color: #c6901f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c6901f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(198, 144, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(198, 144, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c6901f; background: linear-gradient(135deg, #c6901f, #8DC61F);