#bc917b
a balanced, soft orange · warm · closest name: tan
RGB
188, 145, 123
HSL
20°, 33%, 61%
CMYK
0, 23, 35, 26
Luminance
0.3237
Every format
| HEX | #bc917b |
| RGB | rgb(188, 145, 123) |
| HSL | hsl(20, 33%, 61%) |
| CMYK | cmyk(0%, 23%, 35%, 26%) |
| LAB | lab(63.6 13.1 17.9) |
| LCH | lch(63.6 22.2 53.8) |
| OKLCH | oklch(0.692 0.061 48.4) |
Copy-ready code
/* CSS */
color: #bc917b;
background-color: #bc917b;
/* Tailwind (arbitrary) */
class="text-[#bc917b] bg-[#bc917b]"
/* SCSS */
$brand: #bc917b;
/* SwiftUI */
Color(red: 0.737, green: 0.569, blue: 0.482)
/* Android */
Color.parseColor("#bc917b")Accessibility — WCAG contrast
Aa
#bc917b on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc917b on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green56.9%
Blue48.2%
CMYK percentages
Cyan0.0%
Magenta22.9%
Yellow34.6%
Key (black)26.3%
Color previews
#bc917b text on a black background
contrast 7.47:1
Card sample
#bc917b text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc917b;
Background color
Panel with #bc917b background
background-color: #bc917b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc917b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 145, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 145, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc917b; background: linear-gradient(135deg, #bc917b, #BCBC7B);