#1afacf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
26, 250, 207
HSL
169°, 96%, 54%
CMYK
90, 0, 17, 2
Luminance
0.7310
Every format
| HEX | #1afacf |
| RGB | rgb(26, 250, 207) |
| HSL | hsl(169, 96%, 54%) |
| CMYK | cmyk(90%, 0%, 17%, 2%) |
| LAB | lab(88.5 -58.2 7.0) |
| LCH | lch(88.5 58.6 173.2) |
| OKLCH | oklch(0.880 0.165 173.9) |
Copy-ready code
/* CSS */
color: #1afacf;
background-color: #1afacf;
/* Tailwind (arbitrary) */
class="text-[#1afacf] bg-[#1afacf]"
/* SCSS */
$brand: #1afacf;
/* SwiftUI */
Color(red: 0.102, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#1afacf")Accessibility — WCAG contrast
Aa
#1afacf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1afacf on black: 15.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green98.0%
Blue81.2%
CMYK percentages
Cyan89.6%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#1afacf text on a black background
contrast 15.62:1
Card sample
#1afacf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1afacf;
Background color
Panel with #1afacf background
background-color: #1afacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1afacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1afacf; background: linear-gradient(135deg, #1afacf, #1A90FA);