#08fad3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
8, 250, 211
HSL
170°, 96%, 51%
CMYK
97, 0, 16, 2
Luminance
0.7313
Every format
| HEX | #08fad3 |
| RGB | rgb(8, 250, 211) |
| HSL | hsl(170, 96%, 51%) |
| CMYK | cmyk(97%, 0%, 16%, 2%) |
| LAB | lab(88.5 -57.8 4.9) |
| LCH | lch(88.5 58.0 175.2) |
| OKLCH | oklch(0.880 0.164 175.8) |
Copy-ready code
/* CSS */
color: #08fad3;
background-color: #08fad3;
/* Tailwind (arbitrary) */
class="text-[#08fad3] bg-[#08fad3]"
/* SCSS */
$brand: #08fad3;
/* SwiftUI */
Color(red: 0.031, green: 0.980, blue: 0.827)
/* Android */
Color.parseColor("#08fad3")Accessibility — WCAG contrast
Aa
#08fad3 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#08fad3 on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red3.1%
Green98.0%
Blue82.7%
CMYK percentages
Cyan96.8%
Magenta0.0%
Yellow15.6%
Key (black)2.0%
Color previews
#08fad3 text on a black background
contrast 15.63:1
Card sample
#08fad3 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #08fad3;
Background color
Panel with #08fad3 background
background-color: #08fad3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #08fad3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(8, 250, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(8, 250, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #08fad3; background: linear-gradient(135deg, #08fad3, #0880FA);