#67c080
a balanced, soft green · cool · closest name: seagreen
RGB
103, 192, 128
HSL
137°, 41%, 58%
CMYK
46, 0, 33, 25
Luminance
0.4214
Every format
| HEX | #67c080 |
| RGB | rgb(103, 192, 128) |
| HSL | hsl(137, 41%, 58%) |
| CMYK | cmyk(46%, 0%, 33%, 25%) |
| LAB | lab(71.0 -40.8 24.2) |
| LCH | lch(71.0 47.5 149.3) |
| OKLCH | oklch(0.736 0.127 151.3) |
Copy-ready code
/* CSS */
color: #67c080;
background-color: #67c080;
/* Tailwind (arbitrary) */
class="text-[#67c080] bg-[#67c080]"
/* SCSS */
$brand: #67c080;
/* SwiftUI */
Color(red: 0.404, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#67c080")Accessibility — WCAG contrast
Aa
#67c080 on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#67c080 on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.4%
Green75.3%
Blue50.2%
CMYK percentages
Cyan46.4%
Magenta0.0%
Yellow33.3%
Key (black)24.7%
Color previews
#67c080 text on a black background
contrast 9.43:1
Card sample
#67c080 text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #67c080;
Background color
Panel with #67c080 background
background-color: #67c080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #67c080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(103, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(103, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #67c080; background: linear-gradient(135deg, #67c080, #67C0BB);