#bf6421
a dark, vivid orange · warm · closest name: chocolate
RGB
191, 100, 33
HSL
25°, 71%, 44%
CMYK
0, 48, 83, 25
Luminance
0.2030
Every format
| HEX | #bf6421 |
| RGB | rgb(191, 100, 33) |
| HSL | hsl(25, 71%, 44%) |
| CMYK | cmyk(0%, 48%, 83%, 25%) |
| LAB | lab(52.2 32.0 51.2) |
| LCH | lch(52.2 60.4 58.0) |
| OKLCH | oklch(0.600 0.139 51.9) |
Copy-ready code
/* CSS */
color: #bf6421;
background-color: #bf6421;
/* Tailwind (arbitrary) */
class="text-[#bf6421] bg-[#bf6421]"
/* SCSS */
$brand: #bf6421;
/* SwiftUI */
Color(red: 0.749, green: 0.392, blue: 0.129)
/* Android */
Color.parseColor("#bf6421")Accessibility — WCAG contrast
Aa
#bf6421 on white: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf6421 on black: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green39.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.6%
Yellow82.7%
Key (black)25.1%
Color previews
#bf6421 text on a black background
contrast 5.06:1
Card sample
#bf6421 text on a white background
contrast 4.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf6421;
Background color
Panel with #bf6421 background
background-color: #bf6421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf6421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 100, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 100, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf6421; background: linear-gradient(135deg, #bf6421, #B1BF21);