#bf8c01
a dark, electric yellow · warm · closest name: peru
RGB
191, 140, 1
HSL
44°, 99%, 38%
CMYK
0, 27, 100, 25
Luminance
0.2983
Every format
| HEX | #bf8c01 |
| RGB | rgb(191, 140, 1) |
| HSL | hsl(44, 99%, 38%) |
| CMYK | cmyk(0%, 27%, 100%, 25%) |
| LAB | lab(61.5 9.6 66.3) |
| LCH | lch(61.5 67.0 81.8) |
| OKLCH | oklch(0.672 0.138 82.6) |
Copy-ready code
/* CSS */
color: #bf8c01;
background-color: #bf8c01;
/* Tailwind (arbitrary) */
class="text-[#bf8c01] bg-[#bf8c01]"
/* SCSS */
$brand: #bf8c01;
/* SwiftUI */
Color(red: 0.749, green: 0.549, blue: 0.004)
/* Android */
Color.parseColor("#bf8c01")Accessibility — WCAG contrast
Aa
#bf8c01 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf8c01 on black: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green54.9%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow99.5%
Key (black)25.1%
Color previews
#bf8c01 text on a black background
contrast 6.97:1
Card sample
#bf8c01 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf8c01;
Background color
Panel with #bf8c01 background
background-color: #bf8c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf8c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 140, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 140, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf8c01; background: linear-gradient(135deg, #bf8c01, #73BF01);