#2afdbc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
42, 253, 188
HSL
162°, 98%, 58%
CMYK
83, 0, 26, 1
Luminance
0.7437
Every format
| HEX | #2afdbc |
| RGB | rgb(42, 253, 188) |
| HSL | hsl(162, 98%, 58%) |
| CMYK | cmyk(83%, 0%, 26%, 1%) |
| LAB | lab(89.1 -62.9 17.6) |
| LCH | lch(89.1 65.3 164.3) |
| OKLCH | oklch(0.884 0.178 165.4) |
Copy-ready code
/* CSS */
color: #2afdbc;
background-color: #2afdbc;
/* Tailwind (arbitrary) */
class="text-[#2afdbc] bg-[#2afdbc]"
/* SCSS */
$brand: #2afdbc;
/* SwiftUI */
Color(red: 0.165, green: 0.992, blue: 0.737)
/* Android */
Color.parseColor("#2afdbc")Accessibility — WCAG contrast
Aa
#2afdbc on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2afdbc on black: 15.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green99.2%
Blue73.7%
CMYK percentages
Cyan83.4%
Magenta0.0%
Yellow25.7%
Key (black)0.8%
Color previews
#2afdbc text on a black background
contrast 15.87:1
Card sample
#2afdbc text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2afdbc;
Background color
Panel with #2afdbc background
background-color: #2afdbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2afdbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 253, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 253, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2afdbc; background: linear-gradient(135deg, #2afdbc, #2AB1FD);