#1acecf
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 206, 207
HSL
180°, 78%, 46%
CMYK
87, 1, 0, 19
Luminance
0.4887
Every format
| HEX | #1acecf |
| RGB | rgb(26, 206, 207) |
| HSL | hsl(180, 78%, 46%) |
| CMYK | cmyk(87%, 1%, 0%, 19%) |
| LAB | lab(75.4 -39.7 -12.3) |
| LCH | lch(75.4 41.6 197.2) |
| OKLCH | oklch(0.773 0.129 195.5) |
Copy-ready code
/* CSS */
color: #1acecf;
background-color: #1acecf;
/* Tailwind (arbitrary) */
class="text-[#1acecf] bg-[#1acecf]"
/* SCSS */
$brand: #1acecf;
/* SwiftUI */
Color(red: 0.102, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#1acecf")Accessibility — WCAG contrast
Aa
#1acecf on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acecf on black: 10.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.8%
Blue81.2%
CMYK percentages
Cyan87.4%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#1acecf text on a black background
contrast 10.77:1
Card sample
#1acecf text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acecf;
Background color
Panel with #1acecf background
background-color: #1acecf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acecf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acecf; background: linear-gradient(135deg, #1acecf, #1A55CF);