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