#beccbf
a light, muted green · cool · closest name: silver
RGB
190, 204, 191
HSL
124°, 12%, 77%
CMYK
7, 0, 6, 20
Luminance
0.5789
Every format
| HEX | #beccbf |
| RGB | rgb(190, 204, 191) |
| HSL | hsl(124, 12%, 77%) |
| CMYK | cmyk(7%, 0%, 6%, 20%) |
| LAB | lab(80.7 -7.2 4.8) |
| LCH | lch(80.7 8.7 146.0) |
| OKLCH | oklch(0.831 0.024 147.4) |
Copy-ready code
/* CSS */
color: #beccbf;
background-color: #beccbf;
/* Tailwind (arbitrary) */
class="text-[#beccbf] bg-[#beccbf]"
/* SCSS */
$brand: #beccbf;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.749)
/* Android */
Color.parseColor("#beccbf")Accessibility — WCAG contrast
Aa
#beccbf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beccbf on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue74.9%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow6.4%
Key (black)20.0%
Color previews
#beccbf text on a black background
contrast 12.58:1
Card sample
#beccbf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beccbf;
Background color
Panel with #beccbf background
background-color: #beccbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beccbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beccbf; background: linear-gradient(135deg, #beccbf, #BECCC8);