#08f4ac
a balanced, electric cyan · cool · closest name: aquamarine
RGB
8, 244, 172
HSL
162°, 94%, 49%
CMYK
97, 0, 30, 4
Luminance
0.6773
Every format
| HEX | #08f4ac |
| RGB | rgb(8, 244, 172) |
| HSL | hsl(162, 94%, 49%) |
| CMYK | cmyk(97%, 0%, 30%, 4%) |
| LAB | lab(85.9 -64.7 21.4) |
| LCH | lch(85.9 68.2 161.7) |
| OKLCH | oklch(0.856 0.184 162.9) |
Copy-ready code
/* CSS */
color: #08f4ac;
background-color: #08f4ac;
/* Tailwind (arbitrary) */
class="text-[#08f4ac] bg-[#08f4ac]"
/* SCSS */
$brand: #08f4ac;
/* SwiftUI */
Color(red: 0.031, green: 0.957, blue: 0.675)
/* Android */
Color.parseColor("#08f4ac")Accessibility — WCAG contrast
Aa
#08f4ac on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08f4ac on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green95.7%
Blue67.5%
CMYK percentages
Cyan96.7%
Magenta0.0%
Yellow29.5%
Key (black)4.3%
Color previews
#08f4ac text on a black background
contrast 14.55:1
Card sample
#08f4ac text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08f4ac;
Background color
Panel with #08f4ac background
background-color: #08f4ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08f4ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 244, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 244, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08f4ac; background: linear-gradient(135deg, #08f4ac, #089FF4);