#1afdbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
26, 253, 188
HSL
163°, 98%, 55%
CMYK
90, 0, 26, 1
Luminance
0.7410
Every format
| HEX | #1afdbc |
| RGB | rgb(26, 253, 188) |
| HSL | hsl(163, 98%, 55%) |
| CMYK | cmyk(90%, 0%, 26%, 1%) |
| LAB | lab(89.0 -63.8 17.4) |
| LCH | lch(89.0 66.2 164.7) |
| OKLCH | oklch(0.883 0.181 165.8) |
Copy-ready code
/* CSS */
color: #1afdbc;
background-color: #1afdbc;
/* Tailwind (arbitrary) */
class="text-[#1afdbc] bg-[#1afdbc]"
/* SCSS */
$brand: #1afdbc;
/* SwiftUI */
Color(red: 0.102, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#1afdbc")Accessibility — WCAG contrast
Aa
#1afdbc on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#1afdbc on black: 15.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red10.2%
Green99.2%
Blue73.7%
CMYK percentages
Cyan89.7%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#1afdbc text on a black background
contrast 15.82:1
Card sample
#1afdbc text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #1afdbc;
Background color
Panel with #1afdbc background
background-color: #1afdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #1afdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(26, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(26, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #1afdbc; background: linear-gradient(135deg, #1afdbc, #1AA7FD);