#1afccf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
26, 252, 207
HSL
168°, 97%, 55%
CMYK
90, 0, 18, 1
Luminance
0.7435
Every format
| HEX | #1afccf |
| RGB | rgb(26, 252, 207) |
| HSL | hsl(168, 97%, 55%) |
| CMYK | cmyk(90%, 0%, 18%, 1%) |
| LAB | lab(89.1 -59.0 7.8) |
| LCH | lch(89.1 59.5 172.5) |
| OKLCH | oklch(0.885 0.167 173.2) |
Copy-ready code
/* CSS */
color: #1afccf;
background-color: #1afccf;
/* Tailwind (arbitrary) */
class="text-[#1afccf] bg-[#1afccf]"
/* SCSS */
$brand: #1afccf;
/* SwiftUI */
Color(red: 0.102, green: 0.988, blue: 0.812)
/* Android */
Color.parseColor("#1afccf")Accessibility — WCAG contrast
Aa
#1afccf on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1afccf on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green98.8%
Blue81.2%
CMYK percentages
Cyan89.7%
Magenta0.0%
Yellow17.9%
Key (black)1.2%
Color previews
#1afccf text on a black background
contrast 15.87:1
Card sample
#1afccf text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1afccf;
Background color
Panel with #1afccf background
background-color: #1afccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1afccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 252, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 252, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1afccf; background: linear-gradient(135deg, #1afccf, #1A92FC);