#01f8af
a balanced, electric cyan · cool · closest name: aquamarine
RGB
1, 248, 175
HSL
162°, 99%, 49%
CMYK
100, 0, 29, 3
Luminance
0.7024
Every format
| HEX | #01f8af |
| RGB | rgb(1, 248, 175) |
| HSL | hsl(162, 99%, 49%) |
| CMYK | cmyk(100%, 0%, 29%, 3%) |
| LAB | lab(87.1 -65.7 21.5) |
| LCH | lch(87.1 69.1 161.9) |
| OKLCH | oklch(0.866 0.187 163.0) |
Copy-ready code
/* CSS */
color: #01f8af;
background-color: #01f8af;
/* Tailwind (arbitrary) */
class="text-[#01f8af] bg-[#01f8af]"
/* SCSS */
$brand: #01f8af;
/* SwiftUI */
Color(red: 0.004, green: 0.973, blue: 0.686)
/* Android */
Color.parseColor("#01f8af")Accessibility — WCAG contrast
Aa
#01f8af on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01f8af on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green97.3%
Blue68.6%
CMYK percentages
Cyan99.6%
Magenta0.0%
Yellow29.4%
Key (black)2.7%
Color previews
#01f8af text on a black background
contrast 15.05:1
Card sample
#01f8af text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01f8af;
Background color
Panel with #01f8af background
background-color: #01f8af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01f8af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 248, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 248, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01f8af; background: linear-gradient(135deg, #01f8af, #019CF8);