#6bc06f
a balanced, soft green · cool · closest name: seagreen
RGB
107, 192, 111
HSL
123°, 40%, 59%
CMYK
44, 0, 42, 25
Luminance
0.4197
Every format
| HEX | #6bc06f |
| RGB | rgb(107, 192, 111) |
| HSL | hsl(123, 40%, 59%) |
| CMYK | cmyk(44%, 0%, 42%, 25%) |
| LAB | lab(70.8 -42.5 33.0) |
| LCH | lch(70.8 53.8 142.2) |
| OKLCH | oklch(0.734 0.141 144.9) |
Copy-ready code
/* CSS */
color: #6bc06f;
background-color: #6bc06f;
/* Tailwind (arbitrary) */
class="text-[#6bc06f] bg-[#6bc06f]"
/* SCSS */
$brand: #6bc06f;
/* SwiftUI */
Color(red: 0.420, green: 0.753, blue: 0.435)
/* Android */
Color.parseColor("#6bc06f")Accessibility — WCAG contrast
Aa
#6bc06f on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6bc06f on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green75.3%
Blue43.5%
CMYK percentages
Cyan44.3%
Magenta0.0%
Yellow42.2%
Key (black)24.7%
Color previews
#6bc06f text on a black background
contrast 9.39:1
Card sample
#6bc06f text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6bc06f;
Background color
Panel with #6bc06f background
background-color: #6bc06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6bc06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 192, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 192, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6bc06f; background: linear-gradient(135deg, #6bc06f, #6BC0A8);