#2feabc
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 234, 188
HSL
165°, 82%, 55%
CMYK
80, 0, 20, 8
Luminance
0.6308
Every format
| HEX | #2feabc |
| RGB | rgb(47, 234, 188) |
| HSL | hsl(165, 82%, 55%) |
| CMYK | cmyk(80%, 0%, 20%, 8%) |
| LAB | lab(83.5 -55.1 9.7) |
| LCH | lch(83.5 56.0 170.0) |
| OKLCH | oklch(0.838 0.156 170.9) |
Copy-ready code
/* CSS */
color: #2feabc;
background-color: #2feabc;
/* Tailwind (arbitrary) */
class="text-[#2feabc] bg-[#2feabc]"
/* SCSS */
$brand: #2feabc;
/* SwiftUI */
Color(red: 0.184, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#2feabc")Accessibility — WCAG contrast
Aa
#2feabc on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2feabc on black: 13.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green91.8%
Blue73.7%
CMYK percentages
Cyan79.9%
Magenta0.0%
Yellow19.7%
Key (black)8.2%
Color previews
#2feabc text on a black background
contrast 13.62:1
Card sample
#2feabc text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2feabc;
Background color
Panel with #2feabc background
background-color: #2feabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2feabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2feabc; background: linear-gradient(135deg, #2feabc, #2F9BEA);