#08ffba
a balanced, electric cyan · cool · closest name: aquamarine
RGB
8, 255, 186
HSL
163°, 100%, 52%
CMYK
97, 0, 27, 0
Luminance
0.7512
Every format
| HEX | #08ffba |
| RGB | rgb(8, 255, 186) |
| HSL | hsl(163, 100%, 52%) |
| CMYK | cmyk(97%, 0%, 27%, 0%) |
| LAB | lab(89.4 -65.6 19.1) |
| LCH | lch(89.4 68.3 163.7) |
| OKLCH | oklch(0.886 0.186 164.8) |
Copy-ready code
/* CSS */
color: #08ffba;
background-color: #08ffba;
/* Tailwind (arbitrary) */
class="text-[#08ffba] bg-[#08ffba]"
/* SCSS */
$brand: #08ffba;
/* SwiftUI */
Color(red: 0.031, green: 1.000, blue: 0.729)
/* Android */
Color.parseColor("#08ffba")Accessibility — WCAG contrast
Aa
#08ffba on white: 1.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08ffba on black: 16.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green100.0%
Blue72.9%
CMYK percentages
Cyan96.9%
Magenta0.0%
Yellow27.1%
Key (black)0.0%
Color previews
#08ffba text on a black background
contrast 16.02:1
Card sample
#08ffba text on a white background
contrast 1.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08ffba;
Background color
Panel with #08ffba background
background-color: #08ffba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08ffba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 255, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 255, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08ffba; background: linear-gradient(135deg, #08ffba, #08A0FF);