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