#1aefd7
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 239, 215
HSL
173°, 87%, 52%
CMYK
89, 0, 10, 6
Luminance
0.6686
Every format
| HEX | #1aefd7 |
| RGB | rgb(26, 239, 215) |
| HSL | hsl(173, 87%, 52%) |
| CMYK | cmyk(89%, 0%, 10%, 6%) |
| LAB | lab(85.4 -51.7 -1.7) |
| LCH | lch(85.4 51.8 181.8) |
| OKLCH | oklch(0.856 0.151 182.0) |
Copy-ready code
/* CSS */
color: #1aefd7;
background-color: #1aefd7;
/* Tailwind (arbitrary) */
class="text-[#1aefd7] bg-[#1aefd7]"
/* SCSS */
$brand: #1aefd7;
/* SwiftUI */
Color(red: 0.102, green: 0.937, blue: 0.843)
/* Android */
Color.parseColor("#1aefd7")Accessibility — WCAG contrast
Aa
#1aefd7 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1aefd7 on black: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green93.7%
Blue84.3%
CMYK percentages
Cyan89.1%
Magenta0.0%
Yellow10.0%
Key (black)6.3%
Color previews
#1aefd7 text on a black background
contrast 14.37:1
Card sample
#1aefd7 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1aefd7;
Background color
Panel with #1aefd7 background
background-color: #1aefd7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1aefd7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 239, 215, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 239, 215, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1aefd7; background: linear-gradient(135deg, #1aefd7, #1A79EF);