#1af6dc
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 246, 220
HSL
173°, 92%, 53%
CMYK
89, 0, 11, 4
Luminance
0.7130
Every format
| HEX | #1af6dc |
| RGB | rgb(26, 246, 220) |
| HSL | hsl(173, 92%, 53%) |
| CMYK | cmyk(89%, 0%, 11%, 4%) |
| LAB | lab(87.6 -53.3 -1.1) |
| LCH | lch(87.6 53.3 181.1) |
| OKLCH | oklch(0.874 0.155 181.4) |
Copy-ready code
/* CSS */
color: #1af6dc;
background-color: #1af6dc;
/* Tailwind (arbitrary) */
class="text-[#1af6dc] bg-[#1af6dc]"
/* SCSS */
$brand: #1af6dc;
/* SwiftUI */
Color(red: 0.102, green: 0.965, blue: 0.863)
/* Android */
Color.parseColor("#1af6dc")Accessibility — WCAG contrast
Aa
#1af6dc on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af6dc on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green96.5%
Blue86.3%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow10.6%
Key (black)3.5%
Color previews
#1af6dc text on a black background
contrast 15.26:1
Card sample
#1af6dc text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af6dc;
Background color
Panel with #1af6dc background
background-color: #1af6dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af6dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 246, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 246, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af6dc; background: linear-gradient(135deg, #1af6dc, #1A7DF6);