#bec2ab
a light, soft green · cool · closest name: silver
RGB
190, 194, 171
HSL
70°, 16%, 72%
CMYK
2, 0, 12, 24
Luminance
0.5247
Every format
| HEX | #bec2ab |
| RGB | rgb(190, 194, 171) |
| HSL | hsl(70, 16%, 72%) |
| CMYK | cmyk(2%, 0%, 12%, 24%) |
| LAB | lab(77.6 -5.5 11.1) |
| LCH | lch(77.6 12.4 116.1) |
| OKLCH | oklch(0.805 0.032 115.1) |
Copy-ready code
/* CSS */
color: #bec2ab;
background-color: #bec2ab;
/* Tailwind (arbitrary) */
class="text-[#bec2ab] bg-[#bec2ab]"
/* SCSS */
$brand: #bec2ab;
/* SwiftUI */
Color(red: 0.745, green: 0.761, blue: 0.671)
/* Android */
Color.parseColor("#bec2ab")Accessibility — WCAG contrast
Aa
#bec2ab on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#bec2ab on black: 11.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green76.1%
Blue67.1%
CMYK percentages
Cyan2.1%
Magenta0.0%
Yellow11.9%
Key (black)23.9%
Color previews
#bec2ab text on a black background
contrast 11.49:1
Card sample
#bec2ab text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #bec2ab;
Background color
Panel with #bec2ab background
background-color: #bec2ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #bec2ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 194, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 194, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #bec2ab; background: linear-gradient(135deg, #bec2ab, #AFC2AB);