#becbaf
a light, soft green · cool · closest name: silver
RGB
190, 203, 175
HSL
88°, 21%, 74%
CMYK
6, 0, 14, 20
Luminance
0.5675
Every format
| HEX | #becbaf |
| RGB | rgb(190, 203, 175) |
| HSL | hsl(88, 21%, 74%) |
| CMYK | cmyk(6%, 0%, 14%, 20%) |
| LAB | lab(80.0 -9.5 12.5) |
| LCH | lch(80.0 15.7 127.2) |
| OKLCH | oklch(0.825 0.041 127.6) |
Copy-ready code
/* CSS */
color: #becbaf;
background-color: #becbaf;
/* Tailwind (arbitrary) */
class="text-[#becbaf] bg-[#becbaf]"
/* SCSS */
$brand: #becbaf;
/* SwiftUI */
Color(red: 0.745, green: 0.796, blue: 0.686)
/* Android */
Color.parseColor("#becbaf")Accessibility — WCAG contrast
Aa
#becbaf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#becbaf on black: 12.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green79.6%
Blue68.6%
CMYK percentages
Cyan6.4%
Magenta0.0%
Yellow13.8%
Key (black)20.4%
Color previews
#becbaf text on a black background
contrast 12.35:1
Card sample
#becbaf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #becbaf;
Background color
Panel with #becbaf background
background-color: #becbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #becbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 203, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 203, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #becbaf; background: linear-gradient(135deg, #becbaf, #AFCBB3);