#bd6c01
a dark, electric orange · warm · closest name: chocolate
RGB
189, 108, 1
HSL
34°, 99%, 37%
CMYK
0, 43, 100, 26
Luminance
0.2155
Every format
| HEX | #bd6c01 |
| RGB | rgb(189, 108, 1) |
| HSL | hsl(34, 99%, 37%) |
| CMYK | cmyk(0%, 43%, 100%, 26%) |
| LAB | lab(53.5 26.3 60.9) |
| LCH | lch(53.5 66.3 66.6) |
| OKLCH | oklch(0.609 0.140 61.8) |
Copy-ready code
/* CSS */
color: #bd6c01;
background-color: #bd6c01;
/* Tailwind (arbitrary) */
class="text-[#bd6c01] bg-[#bd6c01]"
/* SCSS */
$brand: #bd6c01;
/* SwiftUI */
Color(red: 0.741, green: 0.424, blue: 0.004)
/* Android */
Color.parseColor("#bd6c01")Accessibility — WCAG contrast
Aa
#bd6c01 on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#bd6c01 on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.1%
Green42.4%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta42.9%
Yellow99.5%
Key (black)25.9%
Color previews
#bd6c01 text on a black background
contrast 5.31:1
Card sample
#bd6c01 text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bd6c01;
Background color
Panel with #bd6c01 background
background-color: #bd6c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bd6c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(189, 108, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(189, 108, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bd6c01; background: linear-gradient(135deg, #bd6c01, #91BD01);