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