#68b577
a balanced, soft green · cool · closest name: seagreen
RGB
104, 181, 119
HSL
132°, 34%, 56%
CMYK
43, 0, 34, 29
Luminance
0.3732
Every format
| HEX | #68b577 |
| RGB | rgb(104, 181, 119) |
| HSL | hsl(132, 34%, 56%) |
| CMYK | cmyk(43%, 0%, 34%, 29%) |
| LAB | lab(67.5 -37.3 24.4) |
| LCH | lch(67.5 44.5 146.8) |
| OKLCH | oklch(0.707 0.118 148.9) |
Copy-ready code
/* CSS */
color: #68b577;
background-color: #68b577;
/* Tailwind (arbitrary) */
class="text-[#68b577] bg-[#68b577]"
/* SCSS */
$brand: #68b577;
/* SwiftUI */
Color(red: 0.408, green: 0.710, blue: 0.467)
/* Android */
Color.parseColor("#68b577")Accessibility — WCAG contrast
Aa
#68b577 on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#68b577 on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red40.8%
Green71.0%
Blue46.7%
CMYK percentages
Cyan42.5%
Magenta0.0%
Yellow34.3%
Key (black)29.0%
Color previews
#68b577 text on a black background
contrast 8.46:1
Card sample
#68b577 text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #68b577;
Background color
Panel with #68b577 background
background-color: #68b577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #68b577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(104, 181, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(104, 181, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #68b577; background: linear-gradient(135deg, #68b577, #68B5AA);