#1acdaf
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 205, 175
HSL
170°, 78%, 45%
CMYK
87, 0, 15, 20
Luminance
0.4698
Every format
| HEX | #1acdaf |
| RGB | rgb(26, 205, 175) |
| HSL | hsl(170, 78%, 45%) |
| CMYK | cmyk(87%, 0%, 15%, 20%) |
| LAB | lab(74.2 -48.3 3.2) |
| LCH | lch(74.2 48.4 176.2) |
| OKLCH | oklch(0.760 0.138 176.8) |
Copy-ready code
/* CSS */
color: #1acdaf;
background-color: #1acdaf;
/* Tailwind (arbitrary) */
class="text-[#1acdaf] bg-[#1acdaf]"
/* SCSS */
$brand: #1acdaf;
/* SwiftUI */
Color(red: 0.102, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#1acdaf")Accessibility — WCAG contrast
Aa
#1acdaf on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acdaf on black: 10.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.4%
Blue68.6%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#1acdaf text on a black background
contrast 10.40:1
Card sample
#1acdaf text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acdaf;
Background color
Panel with #1acdaf background
background-color: #1acdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acdaf; background: linear-gradient(135deg, #1acdaf, #1A74CD);