#beccba
a light, soft green · cool · closest name: silver
RGB
190, 204, 186
HSL
107°, 15%, 77%
CMYK
7, 0, 9, 20
Luminance
0.5768
Every format
| HEX | #beccba |
| RGB | rgb(190, 204, 186) |
| HSL | hsl(107, 15%, 77%) |
| CMYK | cmyk(7%, 0%, 9%, 20%) |
| LAB | lab(80.6 -8.1 7.3) |
| LCH | lch(80.6 10.9 137.7) |
| OKLCH | oklch(0.829 0.029 138.7) |
Copy-ready code
/* CSS */
color: #beccba;
background-color: #beccba;
/* Tailwind (arbitrary) */
class="text-[#beccba] bg-[#beccba]"
/* SCSS */
$brand: #beccba;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.729)
/* Android */
Color.parseColor("#beccba")Accessibility — WCAG contrast
Aa
#beccba on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beccba on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue72.9%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow8.8%
Key (black)20.0%
Color previews
#beccba text on a black background
contrast 12.54:1
Card sample
#beccba text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beccba;
Background color
Panel with #beccba background
background-color: #beccba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beccba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beccba; background: linear-gradient(135deg, #beccba, #BACCC2);