#beccb2
a light, soft green · cool · closest name: silver
RGB
190, 204, 178
HSL
92°, 20%, 75%
CMYK
7, 0, 13, 20
Luminance
0.5735
Every format
| HEX | #beccb2 |
| RGB | rgb(190, 204, 178) |
| HSL | hsl(92, 20%, 75%) |
| CMYK | cmyk(7%, 0%, 13%, 20%) |
| LAB | lab(80.4 -9.5 11.3) |
| LCH | lch(80.4 14.8 129.8) |
| OKLCH | oklch(0.827 0.039 130.5) |
Copy-ready code
/* CSS */
color: #beccb2;
background-color: #beccb2;
/* Tailwind (arbitrary) */
class="text-[#beccb2] bg-[#beccb2]"
/* SCSS */
$brand: #beccb2;
/* SwiftUI */
Color(red: 0.745, green: 0.800, blue: 0.698)
/* Android */
Color.parseColor("#beccb2")Accessibility — WCAG contrast
Aa
#beccb2 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#beccb2 on black: 12.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red74.5%
Green80.0%
Blue69.8%
CMYK percentages
Cyan6.9%
Magenta0.0%
Yellow12.7%
Key (black)20.0%
Color previews
#beccb2 text on a black background
contrast 12.47:1
Card sample
#beccb2 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #beccb2;
Background color
Panel with #beccb2 background
background-color: #beccb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #beccb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(190, 204, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(190, 204, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #beccb2; background: linear-gradient(135deg, #beccb2, #B2CCB7);