#08ac8f
a dark, electric cyan · cool · closest name: seagreen
RGB
8, 172, 143
HSL
169°, 91%, 35%
CMYK
95, 0, 17, 33
Luminance
0.3154
Every format
| HEX | #08ac8f |
| RGB | rgb(8, 172, 143) |
| HSL | hsl(169, 91%, 35%) |
| CMYK | cmyk(95%, 0%, 17%, 33%) |
| LAB | lab(63.0 -43.9 4.5) |
| LCH | lch(63.0 44.1 174.1) |
| OKLCH | oklch(0.665 0.124 174.8) |
Copy-ready code
/* CSS */
color: #08ac8f;
background-color: #08ac8f;
/* Tailwind (arbitrary) */
class="text-[#08ac8f] bg-[#08ac8f]"
/* SCSS */
$brand: #08ac8f;
/* SwiftUI */
Color(red: 0.031, green: 0.675, blue: 0.561)
/* Android */
Color.parseColor("#08ac8f")Accessibility — WCAG contrast
Aa
#08ac8f on white: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ac8f on black: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green67.5%
Blue56.1%
CMYK percentages
Cyan95.3%
Magenta0.0%
Yellow16.9%
Key (black)32.5%
Color previews
#08ac8f text on a black background
contrast 7.31:1
Card sample
#08ac8f text on a white background
contrast 2.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ac8f;
Background color
Panel with #08ac8f background
background-color: #08ac8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ac8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 172, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 172, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ac8f; background: linear-gradient(135deg, #08ac8f, #085CAC);