#2fcf9f
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
47, 207, 159
HSL
162°, 63%, 50%
CMYK
77, 0, 23, 19
Luminance
0.4773
Every format
| HEX | #2fcf9f |
| RGB | rgb(47, 207, 159) |
| HSL | hsl(162, 63%, 50%) |
| CMYK | cmyk(77%, 0%, 23%, 19%) |
| LAB | lab(74.7 -51.3 12.5) |
| LCH | lch(74.7 52.8 166.3) |
| OKLCH | oklch(0.763 0.145 167.3) |
Copy-ready code
/* CSS */
color: #2fcf9f;
background-color: #2fcf9f;
/* Tailwind (arbitrary) */
class="text-[#2fcf9f] bg-[#2fcf9f]"
/* SCSS */
$brand: #2fcf9f;
/* SwiftUI */
Color(red: 0.184, green: 0.812, blue: 0.624)
/* Android */
Color.parseColor("#2fcf9f")Accessibility — WCAG contrast
Aa
#2fcf9f on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fcf9f on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green81.2%
Blue62.4%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow23.2%
Key (black)18.8%
Color previews
#2fcf9f text on a black background
contrast 10.55:1
Card sample
#2fcf9f text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fcf9f;
Background color
Panel with #2fcf9f background
background-color: #2fcf9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fcf9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 207, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 207, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fcf9f; background: linear-gradient(135deg, #2fcf9f, #2F94CF);