#08ba8c
a dark, electric cyan · cool · closest name: seagreen
RGB
8, 186, 140
HSL
165°, 92%, 38%
CMYK
96, 0, 25, 27
Luminance
0.3706
Every format
| HEX | #08ba8c |
| RGB | rgb(8, 186, 140) |
| HSL | hsl(165, 92%, 38%) |
| CMYK | cmyk(96%, 0%, 25%, 27%) |
| LAB | lab(67.3 -50.4 12.4) |
| LCH | lch(67.3 51.9 166.2) |
| OKLCH | oklch(0.701 0.142 167.1) |
Copy-ready code
/* CSS */
color: #08ba8c;
background-color: #08ba8c;
/* Tailwind (arbitrary) */
class="text-[#08ba8c] bg-[#08ba8c]"
/* SCSS */
$brand: #08ba8c;
/* SwiftUI */
Color(red: 0.031, green: 0.729, blue: 0.549)
/* Android */
Color.parseColor("#08ba8c")Accessibility — WCAG contrast
Aa
#08ba8c on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ba8c on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green72.9%
Blue54.9%
CMYK percentages
Cyan95.7%
Magenta0.0%
Yellow24.7%
Key (black)27.1%
Color previews
#08ba8c text on a black background
contrast 8.41:1
Card sample
#08ba8c text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ba8c;
Background color
Panel with #08ba8c background
background-color: #08ba8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ba8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 186, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 186, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ba8c; background: linear-gradient(135deg, #08ba8c, #0871BA);