#1af5ab
a balanced, electric green · cool · closest name: aquamarine
RGB
26, 245, 171
HSL
160°, 92%, 53%
CMYK
89, 0, 30, 4
Luminance
0.6846
Every format
| HEX | #1af5ab |
| RGB | rgb(26, 245, 171) |
| HSL | hsl(160, 92%, 53%) |
| CMYK | cmyk(89%, 0%, 30%, 4%) |
| LAB | lab(86.2 -64.7 22.4) |
| LCH | lch(86.2 68.4 160.9) |
| OKLCH | oklch(0.859 0.185 162.1) |
Copy-ready code
/* CSS */
color: #1af5ab;
background-color: #1af5ab;
/* Tailwind (arbitrary) */
class="text-[#1af5ab] bg-[#1af5ab]"
/* SCSS */
$brand: #1af5ab;
/* SwiftUI */
Color(red: 0.102, green: 0.961, blue: 0.671)
/* Android */
Color.parseColor("#1af5ab")Accessibility — WCAG contrast
Aa
#1af5ab on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af5ab on black: 14.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green96.1%
Blue67.1%
CMYK percentages
Cyan89.4%
Magenta0.0%
Yellow30.2%
Key (black)3.9%
Color previews
#1af5ab text on a black background
contrast 14.69:1
Card sample
#1af5ab text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af5ab;
Background color
Panel with #1af5ab background
background-color: #1af5ab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af5ab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 245, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 245, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af5ab; background: linear-gradient(135deg, #1af5ab, #1AADF5);