#becab2
a light, soft green · cool · closest name: silver
RGB
190, 202, 178
HSL
90°, 19%, 75%
CMYK
6, 0, 12, 21
Luminance
0.5640
Every format
| HEX | #becab2 |
| RGB | rgb(190, 202, 178) |
| HSL | hsl(90, 19%, 75%) |
| CMYK | cmyk(6%, 0%, 12%, 21%) |
| LAB | lab(79.8 -8.4 10.6) |
| LCH | lch(79.8 13.5 128.6) |
| OKLCH | oklch(0.823 0.035 128.9) |
Copy-ready code
/* CSS */
color: #becab2;
background-color: #becab2;
/* Tailwind (arbitrary) */
class="text-[#becab2] bg-[#becab2]"
/* SCSS */
$brand: #becab2;
/* SwiftUI */
Color(red: 0.745, green: 0.792, blue: 0.698)
/* Android */
Color.parseColor("#becab2")Accessibility — WCAG contrast
Aa
#becab2 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becab2 on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green79.2%
Blue69.8%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow11.9%
Key (black)20.8%
Color previews
#becab2 text on a black background
contrast 12.28:1
Card sample
#becab2 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becab2;
Background color
Panel with #becab2 background
background-color: #becab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 202, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 202, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becab2; background: linear-gradient(135deg, #becab2, #B2CAB6);