#40c072
a balanced, vivid green · cool · closest name: seagreen
RGB
64, 192, 114
HSL
143°, 50%, 50%
CMYK
67, 0, 41, 25
Luminance
0.4000
Every format
| HEX | #40c072 |
| RGB | rgb(64, 192, 114) |
| HSL | hsl(143, 50%, 50%) |
| CMYK | cmyk(67%, 0%, 41%, 25%) |
| LAB | lab(69.5 -52.4 29.4) |
| LCH | lch(69.5 60.0 150.7) |
| OKLCH | oklch(0.719 0.159 152.7) |
Copy-ready code
/* CSS */
color: #40c072;
background-color: #40c072;
/* Tailwind (arbitrary) */
class="text-[#40c072] bg-[#40c072]"
/* SCSS */
$brand: #40c072;
/* SwiftUI */
Color(red: 0.251, green: 0.753, blue: 0.447)
/* Android */
Color.parseColor("#40c072")Accessibility — WCAG contrast
Aa
#40c072 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#40c072 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red25.1%
Green75.3%
Blue44.7%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow40.6%
Key (black)24.7%
Color previews
#40c072 text on a black background
contrast 9.00:1
Card sample
#40c072 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #40c072;
Background color
Panel with #40c072 background
background-color: #40c072;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #40c072;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(64, 192, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(64, 192, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #40c072; background: linear-gradient(135deg, #40c072, #40B9C0);