#568163
a dark, soft green · cool · closest name: seagreen
RGB
86, 129, 99
HSL
138°, 20%, 42%
CMYK
33, 0, 23, 49
Luminance
0.1858
Every format
| HEX | #568163 |
| RGB | rgb(86, 129, 99) |
| HSL | hsl(138, 20%, 42%) |
| CMYK | cmyk(33%, 0%, 23%, 49%) |
| LAB | lab(50.2 -21.6 11.6) |
| LCH | lch(50.2 24.6 151.7) |
| OKLCH | oklch(0.563 0.067 153.4) |
Copy-ready code
/* CSS */
color: #568163;
background-color: #568163;
/* Tailwind (arbitrary) */
class="text-[#568163] bg-[#568163]"
/* SCSS */
$brand: #568163;
/* SwiftUI */
Color(red: 0.337, green: 0.506, blue: 0.388)
/* Android */
Color.parseColor("#568163")Accessibility — WCAG contrast
Aa
#568163 on white: 4.45:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#568163 on black: 4.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.7%
Green50.6%
Blue38.8%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow23.3%
Key (black)49.4%
Color previews
#568163 text on a black background
contrast 4.72:1
Card sample
#568163 text on a white background
contrast 4.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #568163;
Background color
Panel with #568163 background
background-color: #568163;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #568163;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(86, 129, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(86, 129, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #568163; background: linear-gradient(135deg, #568163, #568180);