#2fecae
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 236, 174
HSL
160°, 83%, 56%
CMYK
80, 0, 26, 8
Luminance
0.6365
Every format
| HEX | #2fecae |
| RGB | rgb(47, 236, 174) |
| HSL | hsl(160, 83%, 56%) |
| CMYK | cmyk(80%, 0%, 26%, 8%) |
| LAB | lab(83.8 -59.2 17.4) |
| LCH | lch(83.8 61.7 163.6) |
| OKLCH | oklch(0.840 0.168 164.7) |
Copy-ready code
/* CSS */
color: #2fecae;
background-color: #2fecae;
/* Tailwind (arbitrary) */
class="text-[#2fecae] bg-[#2fecae]"
/* SCSS */
$brand: #2fecae;
/* SwiftUI */
Color(red: 0.184, green: 0.925, blue: 0.682)
/* Android */
Color.parseColor("#2fecae")Accessibility — WCAG contrast
Aa
#2fecae on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fecae on black: 13.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green92.5%
Blue68.2%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow26.3%
Key (black)7.5%
Color previews
#2fecae text on a black background
contrast 13.73:1
Card sample
#2fecae text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fecae;
Background color
Panel with #2fecae background
background-color: #2fecae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fecae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 236, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 236, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fecae; background: linear-gradient(135deg, #2fecae, #2FACEC);