#01dfba
a dark, electric cyan · cool · closest name: turquoise
RGB
1, 223, 186
HSL
170°, 99%, 44%
CMYK
100, 0, 17, 13
Luminance
0.5633
Every format
| HEX | #01dfba |
| RGB | rgb(1, 223, 186) |
| HSL | hsl(170, 99%, 44%) |
| CMYK | cmyk(100%, 0%, 17%, 13%) |
| LAB | lab(79.8 -53.7 5.5) |
| LCH | lch(79.8 53.9 174.2) |
| OKLCH | oklch(0.807 0.152 174.9) |
Copy-ready code
/* CSS */
color: #01dfba;
background-color: #01dfba;
/* Tailwind (arbitrary) */
class="text-[#01dfba] bg-[#01dfba]"
/* SCSS */
$brand: #01dfba;
/* SwiftUI */
Color(red: 0.004, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#01dfba")Accessibility — WCAG contrast
Aa
#01dfba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01dfba on black: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green87.5%
Blue72.9%
CMYK percentages
Cyan99.6%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#01dfba text on a black background
contrast 12.27:1
Card sample
#01dfba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01dfba;
Background color
Panel with #01dfba background
background-color: #01dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01dfba; background: linear-gradient(135deg, #01dfba, #0170DF);