#1abcaf
a dark, electric cyan · cool · closest name: turquoise
RGB
26, 188, 175
HSL
175°, 76%, 42%
CMYK
86, 0, 7, 26
Luminance
0.3928
Every format
| HEX | #1abcaf |
| RGB | rgb(26, 188, 175) |
| HSL | hsl(175, 76%, 42%) |
| CMYK | cmyk(86%, 0%, 7%, 26%) |
| LAB | lab(69.0 -41.0 -4.4) |
| LCH | lch(69.0 41.2 186.2) |
| OKLCH | oklch(0.717 0.122 185.9) |
Copy-ready code
/* CSS */
color: #1abcaf;
background-color: #1abcaf;
/* Tailwind (arbitrary) */
class="text-[#1abcaf] bg-[#1abcaf]"
/* SCSS */
$brand: #1abcaf;
/* SwiftUI */
Color(red: 0.102, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#1abcaf")Accessibility — WCAG contrast
Aa
#1abcaf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1abcaf on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green73.7%
Blue68.6%
CMYK percentages
Cyan86.2%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#1abcaf text on a black background
contrast 8.86:1
Card sample
#1abcaf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1abcaf;
Background color
Panel with #1abcaf background
background-color: #1abcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1abcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1abcaf; background: linear-gradient(135deg, #1abcaf, #1A5DBC);