#43a865
a balanced, soft green · cool · closest name: seagreen
RGB
67, 168, 101
HSL
140°, 43%, 46%
CMYK
60, 0, 40, 34
Luminance
0.3014
Every format
| HEX | #43a865 |
| RGB | rgb(67, 168, 101) |
| HSL | hsl(140, 43%, 46%) |
| CMYK | cmyk(60%, 0%, 40%, 34%) |
| LAB | lab(61.8 -44.6 26.1) |
| LCH | lch(61.8 51.7 149.7) |
| OKLCH | oklch(0.655 0.137 151.7) |
Copy-ready code
/* CSS */
color: #43a865;
background-color: #43a865;
/* Tailwind (arbitrary) */
class="text-[#43a865] bg-[#43a865]"
/* SCSS */
$brand: #43a865;
/* SwiftUI */
Color(red: 0.263, green: 0.659, blue: 0.396)
/* Android */
Color.parseColor("#43a865")Accessibility — WCAG contrast
Aa
#43a865 on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#43a865 on black: 7.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green65.9%
Blue39.6%
CMYK percentages
Cyan60.1%
Magenta0.0%
Yellow39.9%
Key (black)34.1%
Color previews
#43a865 text on a black background
contrast 7.03:1
Card sample
#43a865 text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #43a865;
Background color
Panel with #43a865 background
background-color: #43a865;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #43a865;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 168, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 168, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #43a865; background: linear-gradient(135deg, #43a865, #43A8A8);