#6baf7f
a balanced, soft green · cool · closest name: seagreen
RGB
107, 175, 127
HSL
138°, 30%, 55%
CMYK
39, 0, 27, 31
Luminance
0.3532
Every format
| HEX | #6baf7f |
| RGB | rgb(107, 175, 127) |
| HSL | hsl(138, 30%, 55%) |
| CMYK | cmyk(39%, 0%, 27%, 31%) |
| LAB | lab(66.0 -32.1 18.0) |
| LCH | lch(66.0 36.8 150.7) |
| OKLCH | oklch(0.696 0.099 152.5) |
Copy-ready code
/* CSS */
color: #6baf7f;
background-color: #6baf7f;
/* Tailwind (arbitrary) */
class="text-[#6baf7f] bg-[#6baf7f]"
/* SCSS */
$brand: #6baf7f;
/* SwiftUI */
Color(red: 0.420, green: 0.686, blue: 0.498)
/* Android */
Color.parseColor("#6baf7f")Accessibility — WCAG contrast
Aa
#6baf7f on white: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6baf7f on black: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green68.6%
Blue49.8%
CMYK percentages
Cyan38.9%
Magenta0.0%
Yellow27.4%
Key (black)31.4%
Color previews
#6baf7f text on a black background
contrast 8.06:1
Card sample
#6baf7f text on a white background
contrast 2.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6baf7f;
Background color
Panel with #6baf7f background
background-color: #6baf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6baf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 175, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 175, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6baf7f; background: linear-gradient(135deg, #6baf7f, #6BAFAC);