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