#1acdbf
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 205, 191
HSL
175°, 78%, 45%
CMYK
87, 0, 7, 20
Luminance
0.4764
Every format
| HEX | #1acdbf |
| RGB | rgb(26, 205, 191) |
| HSL | hsl(175, 78%, 45%) |
| CMYK | cmyk(87%, 0%, 7%, 20%) |
| LAB | lab(74.6 -43.9 -4.8) |
| LCH | lch(74.6 44.2 186.2) |
| OKLCH | oklch(0.765 0.131 186.0) |
Copy-ready code
/* CSS */
color: #1acdbf;
background-color: #1acdbf;
/* Tailwind (arbitrary) */
class="text-[#1acdbf] bg-[#1acdbf]"
/* SCSS */
$brand: #1acdbf;
/* SwiftUI */
Color(red: 0.102, green: 0.804, blue: 0.749)
/* Android */
Color.parseColor("#1acdbf")Accessibility — WCAG contrast
Aa
#1acdbf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acdbf on black: 10.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.4%
Blue74.9%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow6.8%
Key (black)19.6%
Color previews
#1acdbf text on a black background
contrast 10.53:1
Card sample
#1acdbf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acdbf;
Background color
Panel with #1acdbf background
background-color: #1acdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 205, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 205, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acdbf; background: linear-gradient(135deg, #1acdbf, #1A64CD);