#1aceab
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 206, 171
HSL
168°, 78%, 46%
CMYK
87, 0, 17, 19
Luminance
0.4730
Every format
| HEX | #1aceab |
| RGB | rgb(26, 206, 171) |
| HSL | hsl(168, 78%, 46%) |
| CMYK | cmyk(87%, 0%, 17%, 19%) |
| LAB | lab(74.4 -49.7 5.7) |
| LCH | lch(74.4 50.0 173.5) |
| OKLCH | oklch(0.761 0.141 174.2) |
Copy-ready code
/* CSS */
color: #1aceab;
background-color: #1aceab;
/* Tailwind (arbitrary) */
class="text-[#1aceab] bg-[#1aceab]"
/* SCSS */
$brand: #1aceab;
/* SwiftUI */
Color(red: 0.102, green: 0.808, blue: 0.671)
/* Android */
Color.parseColor("#1aceab")Accessibility — WCAG contrast
Aa
#1aceab on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1aceab on black: 10.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.8%
Blue67.1%
CMYK percentages
Cyan87.4%
Magenta0.0%
Yellow17.0%
Key (black)19.2%
Color previews
#1aceab text on a black background
contrast 10.46:1
Card sample
#1aceab text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aceab;
Background color
Panel with #1aceab background
background-color: #1aceab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aceab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 206, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 206, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aceab; background: linear-gradient(135deg, #1aceab, #1A79CE);