#08c48f
a dark, electric cyan · cool · closest name: aquamarine
RGB
8, 196, 143
HSL
163°, 92%, 40%
CMYK
96, 0, 27, 23
Luminance
0.4151
Every format
| HEX | #08c48f |
| RGB | rgb(8, 196, 143) |
| HSL | hsl(163, 92%, 40%) |
| CMYK | cmyk(96%, 0%, 27%, 23%) |
| LAB | lab(70.5 -53.5 15.3) |
| LCH | lch(70.5 55.6 164.1) |
| OKLCH | oklch(0.727 0.152 165.1) |
Copy-ready code
/* CSS */
color: #08c48f;
background-color: #08c48f;
/* Tailwind (arbitrary) */
class="text-[#08c48f] bg-[#08c48f]"
/* SCSS */
$brand: #08c48f;
/* SwiftUI */
Color(red: 0.031, green: 0.769, blue: 0.561)
/* Android */
Color.parseColor("#08c48f")Accessibility — WCAG contrast
Aa
#08c48f on white: 2.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08c48f on black: 9.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green76.9%
Blue56.1%
CMYK percentages
Cyan95.9%
Magenta0.0%
Yellow27.0%
Key (black)23.1%
Color previews
#08c48f text on a black background
contrast 9.30:1
Card sample
#08c48f text on a white background
contrast 2.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08c48f;
Background color
Panel with #08c48f background
background-color: #08c48f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08c48f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 196, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 196, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08c48f; background: linear-gradient(135deg, #08c48f, #087CC4);