#1aecd3
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 236, 211
HSL
173°, 85%, 51%
CMYK
89, 0, 11, 8
Luminance
0.6491
Every format
| HEX | #1aecd3 |
| RGB | rgb(26, 236, 211) |
| HSL | hsl(173, 85%, 51%) |
| CMYK | cmyk(89%, 0%, 11%, 8%) |
| LAB | lab(84.4 -51.5 -1.0) |
| LCH | lch(84.4 51.6 181.1) |
| OKLCH | oklch(0.847 0.150 181.4) |
Copy-ready code
/* CSS */
color: #1aecd3;
background-color: #1aecd3;
/* Tailwind (arbitrary) */
class="text-[#1aecd3] bg-[#1aecd3]"
/* SCSS */
$brand: #1aecd3;
/* SwiftUI */
Color(red: 0.102, green: 0.925, blue: 0.827)
/* Android */
Color.parseColor("#1aecd3")Accessibility — WCAG contrast
Aa
#1aecd3 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1aecd3 on black: 13.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green92.5%
Blue82.7%
CMYK percentages
Cyan89.0%
Magenta0.0%
Yellow10.6%
Key (black)7.5%
Color previews
#1aecd3 text on a black background
contrast 13.98:1
Card sample
#1aecd3 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aecd3;
Background color
Panel with #1aecd3 background
background-color: #1aecd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aecd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 236, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 236, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aecd3; background: linear-gradient(135deg, #1aecd3, #1A79EC);