#6fa581
a balanced, soft green · cool · closest name: seagreen
RGB
111, 165, 129
HSL
140°, 23%, 54%
CMYK
33, 0, 22, 35
Luminance
0.3187
Every format
| HEX | #6fa581 |
| RGB | rgb(111, 165, 129) |
| HSL | hsl(140, 23%, 54%) |
| CMYK | cmyk(33%, 0%, 22%, 35%) |
| LAB | lab(63.2 -25.6 13.1) |
| LCH | lch(63.2 28.8 153.0) |
| OKLCH | oklch(0.674 0.078 154.6) |
Copy-ready code
/* CSS */
color: #6fa581;
background-color: #6fa581;
/* Tailwind (arbitrary) */
class="text-[#6fa581] bg-[#6fa581]"
/* SCSS */
$brand: #6fa581;
/* SwiftUI */
Color(red: 0.435, green: 0.647, blue: 0.506)
/* Android */
Color.parseColor("#6fa581")Accessibility — WCAG contrast
Aa
#6fa581 on white: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fa581 on black: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green64.7%
Blue50.6%
CMYK percentages
Cyan32.7%
Magenta0.0%
Yellow21.8%
Key (black)35.3%
Color previews
#6fa581 text on a black background
contrast 7.37:1
Card sample
#6fa581 text on a white background
contrast 2.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fa581;
Background color
Panel with #6fa581 background
background-color: #6fa581;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fa581;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 165, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 165, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fa581; background: linear-gradient(135deg, #6fa581, #6FA5A5);