#1afeb3
a balanced, electric cyan · cool · closest name: aquamarine
RGB
26, 254, 179
HSL
160°, 99%, 55%
CMYK
90, 0, 30, 0
Luminance
0.7436
Every format
| HEX | #1afeb3 |
| RGB | rgb(26, 254, 179) |
| HSL | hsl(160, 99%, 55%) |
| CMYK | cmyk(90%, 0%, 30%, 0%) |
| LAB | lab(89.1 -66.2 22.2) |
| LCH | lch(89.1 69.8 161.4) |
| OKLCH | oklch(0.883 0.189 162.6) |
Copy-ready code
/* CSS */
color: #1afeb3;
background-color: #1afeb3;
/* Tailwind (arbitrary) */
class="text-[#1afeb3] bg-[#1afeb3]"
/* SCSS */
$brand: #1afeb3;
/* SwiftUI */
Color(red: 0.102, green: 0.996, blue: 0.702)
/* Android */
Color.parseColor("#1afeb3")Accessibility — WCAG contrast
Aa
#1afeb3 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1afeb3 on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green99.6%
Blue70.2%
CMYK percentages
Cyan89.8%
Magenta0.0%
Yellow29.5%
Key (black)0.4%
Color previews
#1afeb3 text on a black background
contrast 15.87:1
Card sample
#1afeb3 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1afeb3;
Background color
Panel with #1afeb3 background
background-color: #1afeb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1afeb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 254, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 254, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1afeb3; background: linear-gradient(135deg, #1afeb3, #1AB1FE);