#2fefbf
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 239, 191
HSL
165°, 86%, 56%
CMYK
80, 0, 20, 6
Luminance
0.6610
Every format
| HEX | #2fefbf |
| RGB | rgb(47, 239, 191) |
| HSL | hsl(165, 86%, 56%) |
| CMYK | cmyk(80%, 0%, 20%, 6%) |
| LAB | lab(85.0 -56.4 10.4) |
| LCH | lch(85.0 57.4 169.6) |
| OKLCH | oklch(0.851 0.160 170.5) |
Copy-ready code
/* CSS */
color: #2fefbf;
background-color: #2fefbf;
/* Tailwind (arbitrary) */
class="text-[#2fefbf] bg-[#2fefbf]"
/* SCSS */
$brand: #2fefbf;
/* SwiftUI */
Color(red: 0.184, green: 0.937, blue: 0.749)
/* Android */
Color.parseColor("#2fefbf")Accessibility — WCAG contrast
Aa
#2fefbf on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fefbf on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green93.7%
Blue74.9%
CMYK percentages
Cyan80.3%
Magenta0.0%
Yellow20.1%
Key (black)6.3%
Color previews
#2fefbf text on a black background
contrast 14.22:1
Card sample
#2fefbf text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fefbf;
Background color
Panel with #2fefbf background
background-color: #2fefbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fefbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 239, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 239, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fefbf; background: linear-gradient(135deg, #2fefbf, #2F9FEF);