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