#01ceba
a dark, electric cyan · cool · closest name: turquoise
RGB
1, 206, 186
HSL
174°, 99%, 41%
CMYK
100, 0, 10, 19
Luminance
0.4769
Every format
| HEX | #01ceba |
| RGB | rgb(1, 206, 186) |
| HSL | hsl(174, 99%, 41%) |
| CMYK | cmyk(100%, 0%, 10%, 19%) |
| LAB | lab(74.6 -46.7 -2.1) |
| LCH | lch(74.6 46.7 182.5) |
| OKLCH | oklch(0.764 0.136 182.7) |
Copy-ready code
/* CSS */
color: #01ceba;
background-color: #01ceba;
/* Tailwind (arbitrary) */
class="text-[#01ceba] bg-[#01ceba]"
/* SCSS */
$brand: #01ceba;
/* SwiftUI */
Color(red: 0.004, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#01ceba")Accessibility — WCAG contrast
Aa
#01ceba on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#01ceba on black: 10.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red0.4%
Green80.8%
Blue72.9%
CMYK percentages
Cyan99.5%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#01ceba text on a black background
contrast 10.54:1
Card sample
#01ceba text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #01ceba;
Background color
Panel with #01ceba background
background-color: #01ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #01ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(1, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(1, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #01ceba; background: linear-gradient(135deg, #01ceba, #015ACE);