#ba693f
a balanced, vivid orange · warm · closest name: sienna
RGB
186, 105, 63
HSL
21°, 49%, 49%
CMYK
0, 44, 66, 27
Luminance
0.2090
Every format
| HEX | #ba693f |
| RGB | rgb(186, 105, 63) |
| HSL | hsl(21, 49%, 49%) |
| CMYK | cmyk(0%, 44%, 66%, 27%) |
| LAB | lab(52.8 28.7 37.2) |
| LCH | lch(52.8 47.0 52.4) |
| OKLCH | oklch(0.604 0.118 46.9) |
Copy-ready code
/* CSS */
color: #ba693f;
background-color: #ba693f;
/* Tailwind (arbitrary) */
class="text-[#ba693f] bg-[#ba693f]"
/* SCSS */
$brand: #ba693f;
/* SwiftUI */
Color(red: 0.729, green: 0.412, blue: 0.247)
/* Android */
Color.parseColor("#ba693f")Accessibility — WCAG contrast
Aa
#ba693f on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ba693f on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red72.9%
Green41.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta43.5%
Yellow66.1%
Key (black)27.1%
Color previews
#ba693f text on a black background
contrast 5.18:1
Card sample
#ba693f text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ba693f;
Background color
Panel with #ba693f background
background-color: #ba693f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ba693f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(186, 105, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(186, 105, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ba693f; background: linear-gradient(135deg, #ba693f, #B9BA3F);