#becf9b
a light, soft green · cool · closest name: tan
RGB
190, 207, 155
HSL
80°, 35%, 71%
CMYK
8, 0, 25, 19
Luminance
0.5794
Every format
| HEX | #becf9b |
| RGB | rgb(190, 207, 155) |
| HSL | hsl(80, 35%, 71%) |
| CMYK | cmyk(8%, 0%, 25%, 19%) |
| LAB | lab(80.7 -14.7 24.0) |
| LCH | lch(80.7 28.1 121.4) |
| OKLCH | oklch(0.828 0.072 122.7) |
Copy-ready code
/* CSS */
color: #becf9b;
background-color: #becf9b;
/* Tailwind (arbitrary) */
class="text-[#becf9b] bg-[#becf9b]"
/* SCSS */
$brand: #becf9b;
/* SwiftUI */
Color(red: 0.745, green: 0.812, blue: 0.608)
/* Android */
Color.parseColor("#becf9b")Accessibility — WCAG contrast
Aa
#becf9b on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becf9b on black: 12.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green81.2%
Blue60.8%
CMYK percentages
Cyan8.2%
Magenta0.0%
Yellow25.1%
Key (black)18.8%
Color previews
#becf9b text on a black background
contrast 12.59:1
Card sample
#becf9b text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becf9b;
Background color
Panel with #becf9b background
background-color: #becf9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becf9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 207, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 207, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becf9b; background: linear-gradient(135deg, #becf9b, #9BCF9B);