#08f9b2
a balanced, electric cyan · cool · closest name: aquamarine
RGB
8, 249, 178
HSL
162°, 95%, 50%
CMYK
97, 0, 29, 2
Luminance
0.7102
Every format
| HEX | #08f9b2 |
| RGB | rgb(8, 249, 178) |
| HSL | hsl(162, 95%, 50%) |
| CMYK | cmyk(97%, 0%, 29%, 2%) |
| LAB | lab(87.5 -65.2 20.5) |
| LCH | lch(87.5 68.4 162.5) |
| OKLCH | oklch(0.870 0.185 163.7) |
Copy-ready code
/* CSS */
color: #08f9b2;
background-color: #08f9b2;
/* Tailwind (arbitrary) */
class="text-[#08f9b2] bg-[#08f9b2]"
/* SCSS */
$brand: #08f9b2;
/* SwiftUI */
Color(red: 0.031, green: 0.976, blue: 0.698)
/* Android */
Color.parseColor("#08f9b2")Accessibility — WCAG contrast
Aa
#08f9b2 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08f9b2 on black: 15.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green97.6%
Blue69.8%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow28.5%
Key (black)2.4%
Color previews
#08f9b2 text on a black background
contrast 15.20:1
Card sample
#08f9b2 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08f9b2;
Background color
Panel with #08f9b2 background
background-color: #08f9b2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08f9b2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 249, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 249, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08f9b2; background: linear-gradient(135deg, #08f9b2, #089FF9);