#01ebdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
1, 235, 223
HSL
177°, 99%, 46%
CMYK
100, 0, 5, 8
Luminance
0.6475
Every format
| HEX | #01ebdf |
| RGB | rgb(1, 235, 223) |
| HSL | hsl(177, 99%, 46%) |
| CMYK | cmyk(100%, 0%, 5%, 8%) |
| LAB | lab(84.3 -48.6 -7.5) |
| LCH | lch(84.3 49.2 188.7) |
| OKLCH | oklch(0.847 0.147 188.2) |
Copy-ready code
/* CSS */
color: #01ebdf;
background-color: #01ebdf;
/* Tailwind (arbitrary) */
class="text-[#01ebdf] bg-[#01ebdf]"
/* SCSS */
$brand: #01ebdf;
/* SwiftUI */
Color(red: 0.004, green: 0.922, blue: 0.875)
/* Android */
Color.parseColor("#01ebdf")Accessibility — WCAG contrast
Aa
#01ebdf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01ebdf on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green92.2%
Blue87.5%
CMYK percentages
Cyan99.6%
Magenta0.0%
Yellow5.1%
Key (black)7.8%
Color previews
#01ebdf text on a black background
contrast 13.95:1
Card sample
#01ebdf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01ebdf;
Background color
Panel with #01ebdf background
background-color: #01ebdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01ebdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 235, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 235, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01ebdf; background: linear-gradient(135deg, #01ebdf, #015BEB);