#bcada2
a light, soft orange · warm · closest name: silver
RGB
188, 173, 162
HSL
25°, 16%, 69%
CMYK
0, 8, 14, 26
Luminance
0.4319
Every format
| HEX | #bcada2 |
| RGB | rgb(188, 173, 162) |
| HSL | hsl(25, 16%, 69%) |
| CMYK | cmyk(0%, 8%, 14%, 26%) |
| LAB | lab(71.7 3.5 7.6) |
| LCH | lch(71.7 8.4 65.2) |
| OKLCH | oklch(0.757 0.023 58.7) |
Copy-ready code
/* CSS */
color: #bcada2;
background-color: #bcada2;
/* Tailwind (arbitrary) */
class="text-[#bcada2] bg-[#bcada2]"
/* SCSS */
$brand: #bcada2;
/* SwiftUI */
Color(red: 0.737, green: 0.678, blue: 0.635)
/* Android */
Color.parseColor("#bcada2")Accessibility — WCAG contrast
Aa
#bcada2 on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bcada2 on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red73.7%
Green67.8%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta8.0%
Yellow13.8%
Key (black)26.3%
Color previews
#bcada2 text on a black background
contrast 9.64:1
Card sample
#bcada2 text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bcada2;
Background color
Panel with #bcada2 background
background-color: #bcada2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bcada2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(188, 173, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(188, 173, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bcada2; background: linear-gradient(135deg, #bcada2, #BABCA2);