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