#08fbc3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
8, 251, 195
HSL
166°, 97%, 51%
CMYK
97, 0, 22, 2
Luminance
0.7299
Every format
| HEX | #08fbc3 |
| RGB | rgb(8, 251, 195) |
| HSL | hsl(166, 97%, 51%) |
| CMYK | cmyk(97%, 0%, 22%, 2%) |
| LAB | lab(88.4 -62.1 13.1) |
| LCH | lch(88.4 63.5 168.1) |
| OKLCH | oklch(0.878 0.175 169.0) |
Copy-ready code
/* CSS */
color: #08fbc3;
background-color: #08fbc3;
/* Tailwind (arbitrary) */
class="text-[#08fbc3] bg-[#08fbc3]"
/* SCSS */
$brand: #08fbc3;
/* SwiftUI */
Color(red: 0.031, green: 0.984, blue: 0.765)
/* Android */
Color.parseColor("#08fbc3")Accessibility — WCAG contrast
Aa
#08fbc3 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fbc3 on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green98.4%
Blue76.5%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow22.3%
Key (black)1.6%
Color previews
#08fbc3 text on a black background
contrast 15.60:1
Card sample
#08fbc3 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fbc3;
Background color
Panel with #08fbc3 background
background-color: #08fbc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fbc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 251, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 251, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fbc3; background: linear-gradient(135deg, #08fbc3, #0891FB);