#1acfdc
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 207, 220
HSL
184°, 79%, 48%
CMYK
88, 6, 0, 14
Luminance
0.5001
Every format
| HEX | #1acfdc |
| RGB | rgb(26, 207, 220) |
| HSL | hsl(184, 79%, 48%) |
| CMYK | cmyk(88%, 6%, 0%, 14%) |
| LAB | lab(76.1 -36.3 -18.3) |
| LCH | lch(76.1 40.6 206.7) |
| OKLCH | oklch(0.780 0.130 203.1) |
Copy-ready code
/* CSS */
color: #1acfdc;
background-color: #1acfdc;
/* Tailwind (arbitrary) */
class="text-[#1acfdc] bg-[#1acfdc]"
/* SCSS */
$brand: #1acfdc;
/* SwiftUI */
Color(red: 0.102, green: 0.812, blue: 0.863)
/* Android */
Color.parseColor("#1acfdc")Accessibility — WCAG contrast
Aa
#1acfdc on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acfdc on black: 11.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green81.2%
Blue86.3%
CMYK percentages
Cyan88.2%
Magenta5.9%
Yellow0.0%
Key (black)13.7%
Color previews
#1acfdc text on a black background
contrast 11.00:1
Card sample
#1acfdc text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acfdc;
Background color
Panel with #1acfdc background
background-color: #1acfdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acfdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 207, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 207, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acfdc; background: linear-gradient(135deg, #1acfdc, #1A4EDC);