#bf602f
a balanced, vivid orange · warm · closest name: sienna
RGB
191, 96, 47
HSL
20°, 61%, 47%
CMYK
0, 50, 75, 25
Luminance
0.1965
Every format
| HEX | #bf602f |
| RGB | rgb(191, 96, 47) |
| HSL | hsl(20, 61%, 47%) |
| CMYK | cmyk(0%, 50%, 75%, 25%) |
| LAB | lab(51.4 34.6 44.2) |
| LCH | lch(51.4 56.1 51.9) |
| OKLCH | oklch(0.594 0.137 45.7) |
Copy-ready code
/* CSS */
color: #bf602f;
background-color: #bf602f;
/* Tailwind (arbitrary) */
class="text-[#bf602f] bg-[#bf602f]"
/* SCSS */
$brand: #bf602f;
/* SwiftUI */
Color(red: 0.749, green: 0.376, blue: 0.184)
/* Android */
Color.parseColor("#bf602f")Accessibility — WCAG contrast
Aa
#bf602f on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bf602f on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.9%
Green37.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta49.7%
Yellow75.4%
Key (black)25.1%
Color previews
#bf602f text on a black background
contrast 4.93:1
Card sample
#bf602f text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bf602f;
Background color
Panel with #bf602f background
background-color: #bf602f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bf602f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(191, 96, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(191, 96, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bf602f; background: linear-gradient(135deg, #bf602f, #BEBF2F);