#089163
a dark, electric green · cool · closest name: seagreen
RGB
8, 145, 99
HSL
160°, 90%, 30%
CMYK
95, 0, 32, 43
Luminance
0.2120
Every format
| HEX | #089163 |
| RGB | rgb(8, 145, 99) |
| HSL | hsl(160, 90%, 30%) |
| CMYK | cmyk(95%, 0%, 32%, 43%) |
| LAB | lab(53.2 -44.0 15.4) |
| LCH | lch(53.2 46.7 160.7) |
| OKLCH | oklch(0.581 0.126 161.9) |
Copy-ready code
/* CSS */
color: #089163;
background-color: #089163;
/* Tailwind (arbitrary) */
class="text-[#089163] bg-[#089163]"
/* SCSS */
$brand: #089163;
/* SwiftUI */
Color(red: 0.031, green: 0.569, blue: 0.388)
/* Android */
Color.parseColor("#089163")Accessibility — WCAG contrast
Aa
#089163 on white: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#089163 on black: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green56.9%
Blue38.8%
CMYK percentages
Cyan94.5%
Magenta0.0%
Yellow31.7%
Key (black)43.1%
Color previews
#089163 text on a black background
contrast 5.24:1
Card sample
#089163 text on a white background
contrast 4.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #089163;
Background color
Panel with #089163 background
background-color: #089163;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #089163;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 145, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 145, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #089163; background: linear-gradient(135deg, #089163, #086491);