#1afadf
a balanced, electric cyan · cool · closest name: turquoise
RGB
26, 250, 223
HSL
173°, 96%, 54%
CMYK
90, 0, 11, 2
Luminance
0.7392
Every format
| HEX | #1afadf |
| RGB | rgb(26, 250, 223) |
| HSL | hsl(173, 96%, 54%) |
| CMYK | cmyk(90%, 0%, 11%, 2%) |
| LAB | lab(88.9 -54.1 -0.8) |
| LCH | lch(88.9 54.1 180.8) |
| OKLCH | oklch(0.885 0.157 181.1) |
Copy-ready code
/* CSS */
color: #1afadf;
background-color: #1afadf;
/* Tailwind (arbitrary) */
class="text-[#1afadf] bg-[#1afadf]"
/* SCSS */
$brand: #1afadf;
/* SwiftUI */
Color(red: 0.102, green: 0.980, blue: 0.875)
/* Android */
Color.parseColor("#1afadf")Accessibility — WCAG contrast
Aa
#1afadf on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1afadf on black: 15.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green98.0%
Blue87.5%
CMYK percentages
Cyan89.6%
Magenta0.0%
Yellow10.8%
Key (black)2.0%
Color previews
#1afadf text on a black background
contrast 15.78:1
Card sample
#1afadf text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1afadf;
Background color
Panel with #1afadf background
background-color: #1afadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1afadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 250, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 250, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1afadf; background: linear-gradient(135deg, #1afadf, #1A80FA);