#1acbc9
a dark, electric cyan · cool · closest name: turquoise
RGB
26, 203, 201
HSL
179°, 77%, 45%
CMYK
87, 0, 1, 20
Luminance
0.4715
Every format
| HEX | #1acbc9 |
| RGB | rgb(26, 203, 201) |
| HSL | hsl(179, 77%, 45%) |
| CMYK | cmyk(87%, 0%, 1%, 20%) |
| LAB | lab(74.3 -40.2 -10.7) |
| LCH | lch(74.3 41.6 194.9) |
| OKLCH | oklch(0.763 0.127 193.5) |
Copy-ready code
/* CSS */
color: #1acbc9;
background-color: #1acbc9;
/* Tailwind (arbitrary) */
class="text-[#1acbc9] bg-[#1acbc9]"
/* SCSS */
$brand: #1acbc9;
/* SwiftUI */
Color(red: 0.102, green: 0.796, blue: 0.788)
/* Android */
Color.parseColor("#1acbc9")Accessibility — WCAG contrast
Aa
#1acbc9 on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acbc9 on black: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green79.6%
Blue78.8%
CMYK percentages
Cyan87.2%
Magenta0.0%
Yellow1.0%
Key (black)20.4%
Color previews
#1acbc9 text on a black background
contrast 10.43:1
Card sample
#1acbc9 text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acbc9;
Background color
Panel with #1acbc9 background
background-color: #1acbc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acbc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 203, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 203, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acbc9; background: linear-gradient(135deg, #1acbc9, #1A57CB);