#2fece2
a balanced, electric cyan · cool · closest name: turquoise
RGB
47, 236, 226
HSL
177°, 83%, 56%
CMYK
80, 0, 4, 8
Luminance
0.6609
Every format
| HEX | #2fece2 |
| RGB | rgb(47, 236, 226) |
| HSL | hsl(177, 83%, 56%) |
| CMYK | cmyk(80%, 0%, 4%, 8%) |
| LAB | lab(85.0 -46.1 -8.0) |
| LCH | lch(85.0 46.8 189.8) |
| OKLCH | oklch(0.854 0.141 189.2) |
Copy-ready code
/* CSS */
color: #2fece2;
background-color: #2fece2;
/* Tailwind (arbitrary) */
class="text-[#2fece2] bg-[#2fece2]"
/* SCSS */
$brand: #2fece2;
/* SwiftUI */
Color(red: 0.184, green: 0.925, blue: 0.886)
/* Android */
Color.parseColor("#2fece2")Accessibility — WCAG contrast
Aa
#2fece2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fece2 on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green92.5%
Blue88.6%
CMYK percentages
Cyan80.1%
Magenta0.0%
Yellow4.2%
Key (black)7.5%
Color previews
#2fece2 text on a black background
contrast 14.22:1
Card sample
#2fece2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fece2;
Background color
Panel with #2fece2 background
background-color: #2fece2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fece2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 236, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 236, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fece2; background: linear-gradient(135deg, #2fece2, #2F78EC);