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