#2ffacf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 250, 207
HSL
167°, 95%, 58%
CMYK
81, 0, 17, 2
Luminance
0.7348
Every format
| HEX | #2ffacf |
| RGB | rgb(47, 250, 207) |
| HSL | hsl(167, 95%, 58%) |
| CMYK | cmyk(81%, 0%, 17%, 2%) |
| LAB | lab(88.7 -56.9 7.3) |
| LCH | lch(88.7 57.3 172.7) |
| OKLCH | oklch(0.882 0.161 173.5) |
Copy-ready code
/* CSS */
color: #2ffacf;
background-color: #2ffacf;
/* Tailwind (arbitrary) */
class="text-[#2ffacf] bg-[#2ffacf]"
/* SCSS */
$brand: #2ffacf;
/* SwiftUI */
Color(red: 0.184, green: 0.980, blue: 0.812)
/* Android */
Color.parseColor("#2ffacf")Accessibility — WCAG contrast
Aa
#2ffacf on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ffacf on black: 15.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green98.0%
Blue81.2%
CMYK percentages
Cyan81.2%
Magenta0.0%
Yellow17.2%
Key (black)2.0%
Color previews
#2ffacf text on a black background
contrast 15.70:1
Card sample
#2ffacf text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ffacf;
Background color
Panel with #2ffacf background
background-color: #2ffacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ffacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 250, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 250, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ffacf; background: linear-gradient(135deg, #2ffacf, #2F9EFA);