#1acda2
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 205, 162
HSL
166°, 78%, 45%
CMYK
87, 0, 21, 20
Luminance
0.4649
Every format
| HEX | #1acda2 |
| RGB | rgb(26, 205, 162) |
| HSL | hsl(166, 78%, 45%) |
| CMYK | cmyk(87%, 0%, 21%, 20%) |
| LAB | lab(73.9 -51.6 9.8) |
| LCH | lch(73.9 52.5 169.3) |
| OKLCH | oklch(0.756 0.146 170.2) |
Copy-ready code
/* CSS */
color: #1acda2;
background-color: #1acda2;
/* Tailwind (arbitrary) */
class="text-[#1acda2] bg-[#1acda2]"
/* SCSS */
$brand: #1acda2;
/* SwiftUI */
Color(red: 0.102, green: 0.804, blue: 0.635)
/* Android */
Color.parseColor("#1acda2")Accessibility — WCAG contrast
Aa
#1acda2 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1acda2 on black: 10.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green80.4%
Blue63.5%
CMYK percentages
Cyan87.3%
Magenta0.0%
Yellow21.0%
Key (black)19.6%
Color previews
#1acda2 text on a black background
contrast 10.30:1
Card sample
#1acda2 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1acda2;
Background color
Panel with #1acda2 background
background-color: #1acda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1acda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 205, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 205, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1acda2; background: linear-gradient(135deg, #1acda2, #1A81CD);