#46b478
a balanced, soft green · cool · closest name: seagreen
RGB
70, 180, 120
HSL
147°, 44%, 49%
CMYK
61, 0, 33, 29
Luminance
0.3530
Every format
| HEX | #46b478 |
| RGB | rgb(70, 180, 120) |
| HSL | hsl(147, 44%, 49%) |
| CMYK | cmyk(61%, 0%, 33%, 29%) |
| LAB | lab(66.0 -45.3 21.5) |
| LCH | lch(66.0 50.1 154.6) |
| OKLCH | oklch(0.691 0.135 156.2) |
Copy-ready code
/* CSS */
color: #46b478;
background-color: #46b478;
/* Tailwind (arbitrary) */
class="text-[#46b478] bg-[#46b478]"
/* SCSS */
$brand: #46b478;
/* SwiftUI */
Color(red: 0.275, green: 0.706, blue: 0.471)
/* Android */
Color.parseColor("#46b478")Accessibility — WCAG contrast
Aa
#46b478 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#46b478 on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green70.6%
Blue47.1%
CMYK percentages
Cyan61.1%
Magenta0.0%
Yellow33.3%
Key (black)29.4%
Color previews
#46b478 text on a black background
contrast 8.06:1
Card sample
#46b478 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #46b478;
Background color
Panel with #46b478 background
background-color: #46b478;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #46b478;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 180, 120, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 180, 120, 0.45);
Border & gradient
Gradient panel
border: 3px solid #46b478; background: linear-gradient(135deg, #46b478, #46A7B4);