#2feeaf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 238, 175
HSL
160°, 85%, 56%
CMYK
80, 0, 27, 7
Luminance
0.6485
Every format
| HEX | #2feeaf |
| RGB | rgb(47, 238, 175) |
| HSL | hsl(160, 85%, 56%) |
| CMYK | cmyk(80%, 0%, 27%, 7%) |
| LAB | lab(84.4 -59.7 17.8) |
| LCH | lch(84.4 62.3 163.4) |
| OKLCH | oklch(0.845 0.170 164.5) |
Copy-ready code
/* CSS */
color: #2feeaf;
background-color: #2feeaf;
/* Tailwind (arbitrary) */
class="text-[#2feeaf] bg-[#2feeaf]"
/* SCSS */
$brand: #2feeaf;
/* SwiftUI */
Color(red: 0.184, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#2feeaf")Accessibility — WCAG contrast
Aa
#2feeaf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2feeaf on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green93.3%
Blue68.6%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#2feeaf text on a black background
contrast 13.97:1
Card sample
#2feeaf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2feeaf;
Background color
Panel with #2feeaf background
background-color: #2feeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2feeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2feeaf; background: linear-gradient(135deg, #2feeaf, #2FAEEE);