#becabc
a light, muted green · cool · closest name: silver
RGB
190, 202, 188
HSL
111°, 12%, 77%
CMYK
6, 0, 7, 21
Luminance
0.5682
Every format
| HEX | #becabc |
| RGB | rgb(190, 202, 188) |
| HSL | hsl(111, 12%, 77%) |
| CMYK | cmyk(6%, 0%, 7%, 21%) |
| LAB | lab(80.1 -6.7 5.6) |
| LCH | lch(80.1 8.7 140.2) |
| OKLCH | oklch(0.826 0.023 141.2) |
Copy-ready code
/* CSS */
color: #becabc;
background-color: #becabc;
/* Tailwind (arbitrary) */
class="text-[#becabc] bg-[#becabc]"
/* SCSS */
$brand: #becabc;
/* SwiftUI */
Color(red: 0.745, green: 0.792, blue: 0.737)
/* Android */
Color.parseColor("#becabc")Accessibility — WCAG contrast
Aa
#becabc on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becabc on black: 12.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green79.2%
Blue73.7%
CMYK percentages
Cyan5.9%
Magenta0.0%
Yellow6.9%
Key (black)20.8%
Color previews
#becabc text on a black background
contrast 12.36:1
Card sample
#becabc text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becabc;
Background color
Panel with #becabc background
background-color: #becabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 202, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 202, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becabc; background: linear-gradient(135deg, #becabc, #BCCAC3);