#01fdaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
1, 253, 175
HSL
161°, 99%, 50%
CMYK
100, 0, 31, 1
Luminance
0.7335
Every format
| HEX | #01fdaf |
| RGB | rgb(1, 253, 175) |
| HSL | hsl(161, 99%, 50%) |
| CMYK | cmyk(100%, 0%, 31%, 1%) |
| LAB | lab(88.6 -67.5 23.6) |
| LCH | lch(88.6 71.5 160.7) |
| OKLCH | oklch(0.879 0.193 161.9) |
Copy-ready code
/* CSS */
color: #01fdaf;
background-color: #01fdaf;
/* Tailwind (arbitrary) */
class="text-[#01fdaf] bg-[#01fdaf]"
/* SCSS */
$brand: #01fdaf;
/* SwiftUI */
Color(red: 0.004, green: 0.992, blue: 0.686)
/* Android */
Color.parseColor("#01fdaf")Accessibility — WCAG contrast
Aa
#01fdaf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01fdaf on black: 15.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green99.2%
Blue68.6%
CMYK percentages
Cyan99.6%
Magenta0.0%
Yellow30.8%
Key (black)0.8%
Color previews
#01fdaf text on a black background
contrast 15.67:1
Card sample
#01fdaf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01fdaf;
Background color
Panel with #01fdaf background
background-color: #01fdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01fdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 253, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 253, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01fdaf; background: linear-gradient(135deg, #01fdaf, #01A3FD);