#6abf7f
a balanced, soft green · cool · closest name: seagreen
RGB
106, 191, 127
HSL
135°, 40%, 58%
CMYK
45, 0, 34, 25
Luminance
0.4186
Every format
| HEX | #6abf7f |
| RGB | rgb(106, 191, 127) |
| HSL | hsl(135, 40%, 58%) |
| CMYK | cmyk(45%, 0%, 34%, 25%) |
| LAB | lab(70.8 -39.7 24.5) |
| LCH | lch(70.8 46.7 148.3) |
| OKLCH | oklch(0.734 0.124 150.4) |
Copy-ready code
/* CSS */
color: #6abf7f;
background-color: #6abf7f;
/* Tailwind (arbitrary) */
class="text-[#6abf7f] bg-[#6abf7f]"
/* SCSS */
$brand: #6abf7f;
/* SwiftUI */
Color(red: 0.416, green: 0.749, blue: 0.498)
/* Android */
Color.parseColor("#6abf7f")Accessibility — WCAG contrast
Aa
#6abf7f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6abf7f on black: 9.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red41.6%
Green74.9%
Blue49.8%
CMYK percentages
Cyan44.5%
Magenta0.0%
Yellow33.5%
Key (black)25.1%
Color previews
#6abf7f text on a black background
contrast 9.37:1
Card sample
#6abf7f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6abf7f;
Background color
Panel with #6abf7f background
background-color: #6abf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6abf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(106, 191, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(106, 191, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6abf7f; background: linear-gradient(135deg, #6abf7f, #6ABFB8);