#1ac2ac
a dark, electric cyan · cool · closest name: turquoise
RGB
26, 194, 172
HSL
172°, 76%, 43%
CMYK
87, 0, 11, 24
Luminance
0.4178
Every format
| HEX | #1ac2ac |
| RGB | rgb(26, 194, 172) |
| HSL | hsl(172, 76%, 43%) |
| CMYK | cmyk(87%, 0%, 11%, 24%) |
| LAB | lab(70.7 -44.5 -0.2) |
| LCH | lch(70.7 44.5 180.2) |
| OKLCH | oklch(0.732 0.129 180.5) |
Copy-ready code
/* CSS */
color: #1ac2ac;
background-color: #1ac2ac;
/* Tailwind (arbitrary) */
class="text-[#1ac2ac] bg-[#1ac2ac]"
/* SCSS */
$brand: #1ac2ac;
/* SwiftUI */
Color(red: 0.102, green: 0.761, blue: 0.675)
/* Android */
Color.parseColor("#1ac2ac")Accessibility — WCAG contrast
Aa
#1ac2ac on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ac2ac on black: 9.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green76.1%
Blue67.5%
CMYK percentages
Cyan86.6%
Magenta0.0%
Yellow11.3%
Key (black)23.9%
Color previews
#1ac2ac text on a black background
contrast 9.36:1
Card sample
#1ac2ac text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ac2ac;
Background color
Panel with #1ac2ac background
background-color: #1ac2ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ac2ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 194, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 194, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ac2ac; background: linear-gradient(135deg, #1ac2ac, #1A68C2);