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