#6ba968
a balanced, soft green · cool · closest name: seagreen
RGB
107, 169, 104
HSL
117°, 27%, 54%
CMYK
37, 0, 39, 34
Luminance
0.3250
Every format
| HEX | #6ba968 |
| RGB | rgb(107, 169, 104) |
| HSL | hsl(117, 27%, 54%) |
| CMYK | cmyk(37%, 0%, 39%, 34%) |
| LAB | lab(63.8 -33.3 27.4) |
| LCH | lch(63.8 43.1 140.6) |
| OKLCH | oklch(0.676 0.114 143.2) |
Copy-ready code
/* CSS */
color: #6ba968;
background-color: #6ba968;
/* Tailwind (arbitrary) */
class="text-[#6ba968] bg-[#6ba968]"
/* SCSS */
$brand: #6ba968;
/* SwiftUI */
Color(red: 0.420, green: 0.663, blue: 0.408)
/* Android */
Color.parseColor("#6ba968")Accessibility — WCAG contrast
Aa
#6ba968 on white: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6ba968 on black: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.0%
Green66.3%
Blue40.8%
CMYK percentages
Cyan36.7%
Magenta0.0%
Yellow38.5%
Key (black)33.7%
Color previews
#6ba968 text on a black background
contrast 7.50:1
Card sample
#6ba968 text on a white background
contrast 2.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6ba968;
Background color
Panel with #6ba968 background
background-color: #6ba968;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6ba968;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(107, 169, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(107, 169, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6ba968; background: linear-gradient(135deg, #6ba968, #68A990);