#bbaaa3
a light, soft orange · warm · closest name: silver
RGB
187, 170, 163
HSL
18°, 15%, 69%
CMYK
0, 9, 13, 27
Luminance
0.4196
Every format
| HEX | #bbaaa3 |
| RGB | rgb(187, 170, 163) |
| HSL | hsl(18, 15%, 69%) |
| CMYK | cmyk(0%, 9%, 13%, 27%) |
| LAB | lab(70.8 4.9 5.8) |
| LCH | lch(70.8 7.6 49.8) |
| OKLCH | oklch(0.750 0.022 43.8) |
Copy-ready code
/* CSS */
color: #bbaaa3;
background-color: #bbaaa3;
/* Tailwind (arbitrary) */
class="text-[#bbaaa3] bg-[#bbaaa3]"
/* SCSS */
$brand: #bbaaa3;
/* SwiftUI */
Color(red: 0.733, green: 0.667, blue: 0.639)
/* Android */
Color.parseColor("#bbaaa3")Accessibility — WCAG contrast
Aa
#bbaaa3 on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bbaaa3 on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.3%
Green66.7%
Blue63.9%
CMYK percentages
Cyan0.0%
Magenta9.1%
Yellow12.8%
Key (black)26.7%
Color previews
#bbaaa3 text on a black background
contrast 9.39:1
Card sample
#bbaaa3 text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bbaaa3;
Background color
Panel with #bbaaa3 background
background-color: #bbaaa3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bbaaa3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(187, 170, 163, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(187, 170, 163, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bbaaa3; background: linear-gradient(135deg, #bbaaa3, #BBBAA3);