#08cf96
a dark, electric cyan · cool · closest name: aquamarine
RGB
8, 207, 150
HSL
163°, 93%, 42%
CMYK
96, 0, 28, 19
Luminance
0.4688
Every format
| HEX | #08cf96 |
| RGB | rgb(8, 207, 150) |
| HSL | hsl(163, 93%, 42%) |
| CMYK | cmyk(96%, 0%, 28%, 19%) |
| LAB | lab(74.1 -56.0 16.5) |
| LCH | lch(74.1 58.4 163.6) |
| OKLCH | oklch(0.757 0.159 164.7) |
Copy-ready code
/* CSS */
color: #08cf96;
background-color: #08cf96;
/* Tailwind (arbitrary) */
class="text-[#08cf96] bg-[#08cf96]"
/* SCSS */
$brand: #08cf96;
/* SwiftUI */
Color(red: 0.031, green: 0.812, blue: 0.588)
/* Android */
Color.parseColor("#08cf96")Accessibility — WCAG contrast
Aa
#08cf96 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08cf96 on black: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green81.2%
Blue58.8%
CMYK percentages
Cyan96.1%
Magenta0.0%
Yellow27.5%
Key (black)18.8%
Color previews
#08cf96 text on a black background
contrast 10.38:1
Card sample
#08cf96 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08cf96;
Background color
Panel with #08cf96 background
background-color: #08cf96;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08cf96;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 207, 150, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 207, 150, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08cf96; background: linear-gradient(135deg, #08cf96, #0884CF);