#1af3ac
a balanced, electric cyan · cool · closest name: aquamarine
RGB
26, 243, 172
HSL
160°, 90%, 53%
CMYK
89, 0, 29, 5
Luminance
0.6730
Every format
| HEX | #1af3ac |
| RGB | rgb(26, 243, 172) |
| HSL | hsl(160, 90%, 53%) |
| CMYK | cmyk(89%, 0%, 29%, 5%) |
| LAB | lab(85.7 -63.7 21.1) |
| LCH | lch(85.7 67.1 161.7) |
| OKLCH | oklch(0.854 0.182 162.9) |
Copy-ready code
/* CSS */
color: #1af3ac;
background-color: #1af3ac;
/* Tailwind (arbitrary) */
class="text-[#1af3ac] bg-[#1af3ac]"
/* SCSS */
$brand: #1af3ac;
/* SwiftUI */
Color(red: 0.102, green: 0.953, blue: 0.675)
/* Android */
Color.parseColor("#1af3ac")Accessibility — WCAG contrast
Aa
#1af3ac on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1af3ac on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green95.3%
Blue67.5%
CMYK percentages
Cyan89.3%
Magenta0.0%
Yellow29.2%
Key (black)4.7%
Color previews
#1af3ac text on a black background
contrast 14.46:1
Card sample
#1af3ac text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1af3ac;
Background color
Panel with #1af3ac background
background-color: #1af3ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1af3ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 243, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 243, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1af3ac; background: linear-gradient(135deg, #1af3ac, #1AA9F3);