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