#1ac2ce
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 194, 206
HSL
184°, 78%, 46%
CMYK
87, 6, 0, 19
Luminance
0.4326
Every format
| HEX | #1ac2ce |
| RGB | rgb(26, 194, 206) |
| HSL | hsl(184, 78%, 46%) |
| CMYK | cmyk(87%, 6%, 0%, 19%) |
| LAB | lab(71.7 -34.5 -17.2) |
| LCH | lch(71.7 38.6 206.5) |
| OKLCH | oklch(0.743 0.123 202.9) |
Copy-ready code
/* CSS */
color: #1ac2ce;
background-color: #1ac2ce;
/* Tailwind (arbitrary) */
class="text-[#1ac2ce] bg-[#1ac2ce]"
/* SCSS */
$brand: #1ac2ce;
/* SwiftUI */
Color(red: 0.102, green: 0.761, blue: 0.808)
/* Android */
Color.parseColor("#1ac2ce")Accessibility — WCAG contrast
Aa
#1ac2ce on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1ac2ce on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green76.1%
Blue80.8%
CMYK percentages
Cyan87.4%
Magenta5.8%
Yellow0.0%
Key (black)19.2%
Color previews
#1ac2ce text on a black background
contrast 9.65:1
Card sample
#1ac2ce text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1ac2ce;
Background color
Panel with #1ac2ce background
background-color: #1ac2ce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1ac2ce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 194, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 194, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1ac2ce; background: linear-gradient(135deg, #1ac2ce, #1A4ACE);