#01fef2
a balanced, electric cyan · cool · closest name: cyan
RGB
1, 254, 242
HSL
177°, 99%, 50%
CMYK
100, 0, 5, 0
Luminance
0.7730
Every format
| HEX | #01fef2 |
| RGB | rgb(1, 254, 242) |
| HSL | hsl(177, 99%, 50%) |
| CMYK | cmyk(100%, 0%, 5%, 0%) |
| LAB | lab(90.5 -51.3 -8.4) |
| LCH | lch(90.5 52.0 189.3) |
| OKLCH | oklch(0.899 0.156 188.7) |
Copy-ready code
/* CSS */
color: #01fef2;
background-color: #01fef2;
/* Tailwind (arbitrary) */
class="text-[#01fef2] bg-[#01fef2]"
/* SCSS */
$brand: #01fef2;
/* SwiftUI */
Color(red: 0.004, green: 0.996, blue: 0.949)
/* Android */
Color.parseColor("#01fef2")Accessibility — WCAG contrast
Aa
#01fef2 on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01fef2 on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green99.6%
Blue94.9%
CMYK percentages
Cyan99.6%
Magenta0.0%
Yellow4.7%
Key (black)0.4%
Color previews
#01fef2 text on a black background
contrast 16.46:1
Card sample
#01fef2 text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01fef2;
Background color
Panel with #01fef2 background
background-color: #01fef2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01fef2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 254, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 254, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01fef2; background: linear-gradient(135deg, #01fef2, #0161FE);