#088749
a dark, electric green · cool · closest name: seagreen
RGB
8, 135, 73
HSL
151°, 89%, 28%
CMYK
94, 0, 46, 47
Luminance
0.1786
Every format
| HEX | #088749 |
| RGB | rgb(8, 135, 73) |
| HSL | hsl(151, 89%, 28%) |
| CMYK | cmyk(94%, 0%, 46%, 47%) |
| LAB | lab(49.3 -45.8 24.8) |
| LCH | lch(49.3 52.1 151.6) |
| OKLCH | oklch(0.548 0.137 153.6) |
Copy-ready code
/* CSS */
color: #088749;
background-color: #088749;
/* Tailwind (arbitrary) */
class="text-[#088749] bg-[#088749]"
/* SCSS */
$brand: #088749;
/* SwiftUI */
Color(red: 0.031, green: 0.529, blue: 0.286)
/* Android */
Color.parseColor("#088749")Accessibility — WCAG contrast
Aa
#088749 on white: 4.59:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#088749 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green52.9%
Blue28.6%
CMYK percentages
Cyan94.1%
Magenta0.0%
Yellow45.9%
Key (black)47.1%
Color previews
#088749 text on a black background
contrast 4.57:1
Card sample
#088749 text on a white background
contrast 4.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #088749;
Background color
Panel with #088749 background
background-color: #088749;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #088749;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 135, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 135, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #088749; background: linear-gradient(135deg, #088749, #087087);