#bc926b
a balanced, soft orange · warm · closest name: tan
RGB
188, 146, 107
HSL
29°, 38%, 58%
CMYK
0, 22, 43, 26
Luminance
0.3231
Every format
| HEX | #bc926b |
| RGB | rgb(188, 146, 107) |
| HSL | hsl(29, 38%, 58%) |
| CMYK | cmyk(0%, 22%, 43%, 26%) |
| LAB | lab(63.6 10.7 26.7) |
| LCH | lch(63.6 28.8 68.2) |
| OKLCH | oklch(0.690 0.074 64.0) |
Copy-ready code
/* CSS */
color: #bc926b;
background-color: #bc926b;
/* Tailwind (arbitrary) */
class="text-[#bc926b] bg-[#bc926b]"
/* SCSS */
$brand: #bc926b;
/* SwiftUI */
Color(red: 0.737, green: 0.573, blue: 0.420)
/* Android */
Color.parseColor("#bc926b")Accessibility — WCAG contrast
Aa
#bc926b on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bc926b on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green57.3%
Blue42.0%
CMYK percentages
Cyan0.0%
Magenta22.3%
Yellow43.1%
Key (black)26.3%
Color previews
#bc926b text on a black background
contrast 7.46:1
Card sample
#bc926b text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bc926b;
Background color
Panel with #bc926b background
background-color: #bc926b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bc926b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 146, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 146, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bc926b; background: linear-gradient(135deg, #bc926b, #B0BC6B);