#08855c
a dark, electric cyan · cool · closest name: seagreen
RGB
8, 133, 92
HSL
160°, 89%, 28%
CMYK
94, 0, 31, 48
Luminance
0.1760
Every format
| HEX | #08855c |
| RGB | rgb(8, 133, 92) |
| HSL | hsl(160, 89%, 28%) |
| CMYK | cmyk(94%, 0%, 31%, 48%) |
| LAB | lab(49.0 -40.9 13.7) |
| LCH | lch(49.0 43.1 161.5) |
| OKLCH | oklch(0.546 0.117 162.7) |
Copy-ready code
/* CSS */
color: #08855c;
background-color: #08855c;
/* Tailwind (arbitrary) */
class="text-[#08855c] bg-[#08855c]"
/* SCSS */
$brand: #08855c;
/* SwiftUI */
Color(red: 0.031, green: 0.522, blue: 0.361)
/* Android */
Color.parseColor("#08855c")Accessibility — WCAG contrast
Aa
#08855c on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#08855c on black: 4.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green52.2%
Blue36.1%
CMYK percentages
Cyan94.0%
Magenta0.0%
Yellow30.8%
Key (black)47.8%
Color previews
#08855c text on a black background
contrast 4.52:1
Card sample
#08855c text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08855c;
Background color
Panel with #08855c background
background-color: #08855c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08855c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 133, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 133, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08855c; background: linear-gradient(135deg, #08855c, #085B85);