#6aaa7f
a balanced, soft green · cool · closest name: seagreen
RGB
106, 170, 127
HSL
140°, 27%, 54%
CMYK
38, 0, 25, 33
Luminance
0.3335
Every format
| HEX | #6aaa7f |
| RGB | rgb(106, 170, 127) |
| HSL | hsl(140, 27%, 54%) |
| CMYK | cmyk(38%, 0%, 25%, 33%) |
| LAB | lab(64.4 -30.0 15.8) |
| LCH | lch(64.4 34.0 152.2) |
| OKLCH | oklch(0.683 0.092 153.9) |
Copy-ready code
/* CSS */
color: #6aaa7f;
background-color: #6aaa7f;
/* Tailwind (arbitrary) */
class="text-[#6aaa7f] bg-[#6aaa7f]"
/* SCSS */
$brand: #6aaa7f;
/* SwiftUI */
Color(red: 0.416, green: 0.667, blue: 0.498)
/* Android */
Color.parseColor("#6aaa7f")Accessibility — WCAG contrast
Aa
#6aaa7f on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6aaa7f on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green66.7%
Blue49.8%
CMYK percentages
Cyan37.6%
Magenta0.0%
Yellow25.3%
Key (black)33.3%
Color previews
#6aaa7f text on a black background
contrast 7.67:1
Card sample
#6aaa7f text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6aaa7f;
Background color
Panel with #6aaa7f background
background-color: #6aaa7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6aaa7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 170, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 170, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6aaa7f; background: linear-gradient(135deg, #6aaa7f, #6AAAAA);