#08ac7f
a dark, electric cyan · cool · closest name: seagreen
RGB
8, 172, 127
HSL
164°, 91%, 35%
CMYK
95, 0, 26, 33
Luminance
0.3109
Every format
| HEX | #08ac7f |
| RGB | rgb(8, 172, 127) |
| HSL | hsl(164, 91%, 35%) |
| CMYK | cmyk(95%, 0%, 26%, 33%) |
| LAB | lab(62.6 -48.0 12.9) |
| LCH | lch(62.6 49.7 165.0) |
| OKLCH | oklch(0.661 0.136 166.0) |
Copy-ready code
/* CSS */
color: #08ac7f;
background-color: #08ac7f;
/* Tailwind (arbitrary) */
class="text-[#08ac7f] bg-[#08ac7f]"
/* SCSS */
$brand: #08ac7f;
/* SwiftUI */
Color(red: 0.031, green: 0.675, blue: 0.498)
/* Android */
Color.parseColor("#08ac7f")Accessibility — WCAG contrast
Aa
#08ac7f on white: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ac7f on black: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.5%
Blue49.8%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow26.2%
Key (black)32.5%
Color previews
#08ac7f text on a black background
contrast 7.22:1
Card sample
#08ac7f text on a white background
contrast 2.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ac7f;
Background color
Panel with #08ac7f background
background-color: #08ac7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ac7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 172, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 172, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ac7f; background: linear-gradient(135deg, #08ac7f, #086CAC);