#08ba73
a dark, electric green · cool · closest name: seagreen
RGB
8, 186, 115
HSL
156°, 92%, 38%
CMYK
96, 0, 38, 27
Luminance
0.3641
Every format
| HEX | #08ba73 |
| RGB | rgb(8, 186, 115) |
| HSL | hsl(156, 92%, 38%) |
| CMYK | cmyk(96%, 0%, 38%, 27%) |
| LAB | lab(66.8 -55.9 25.2) |
| LCH | lch(66.8 61.4 155.8) |
| OKLCH | oklch(0.695 0.163 157.3) |
Copy-ready code
/* CSS */
color: #08ba73;
background-color: #08ba73;
/* Tailwind (arbitrary) */
class="text-[#08ba73] bg-[#08ba73]"
/* SCSS */
$brand: #08ba73;
/* SwiftUI */
Color(red: 0.031, green: 0.729, blue: 0.451)
/* Android */
Color.parseColor("#08ba73")Accessibility — WCAG contrast
Aa
#08ba73 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ba73 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green72.9%
Blue45.1%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow38.2%
Key (black)27.1%
Color previews
#08ba73 text on a black background
contrast 8.28:1
Card sample
#08ba73 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ba73;
Background color
Panel with #08ba73 background
background-color: #08ba73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ba73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 186, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 186, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ba73; background: linear-gradient(135deg, #08ba73, #088ABA);