#08edc2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
8, 237, 194
HSL
169°, 94%, 48%
CMYK
97, 0, 18, 7
Luminance
0.6452
Every format
| HEX | #08edc2 |
| RGB | rgb(8, 237, 194) |
| HSL | hsl(169, 94%, 48%) |
| CMYK | cmyk(97%, 0%, 18%, 7%) |
| LAB | lab(84.2 -57.0 7.6) |
| LCH | lch(84.2 57.5 172.4) |
| OKLCH | oklch(0.844 0.161 173.1) |
Copy-ready code
/* CSS */
color: #08edc2;
background-color: #08edc2;
/* Tailwind (arbitrary) */
class="text-[#08edc2] bg-[#08edc2]"
/* SCSS */
$brand: #08edc2;
/* SwiftUI */
Color(red: 0.031, green: 0.929, blue: 0.761)
/* Android */
Color.parseColor("#08edc2")Accessibility — WCAG contrast
Aa
#08edc2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08edc2 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green92.9%
Blue76.1%
CMYK percentages
Cyan96.6%
Magenta0.0%
Yellow18.1%
Key (black)7.1%
Color previews
#08edc2 text on a black background
contrast 13.90:1
Card sample
#08edc2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08edc2;
Background color
Panel with #08edc2 background
background-color: #08edc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08edc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 237, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 237, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08edc2; background: linear-gradient(135deg, #08edc2, #087FED);