#2fe8db
a balanced, electric cyan · cool · closest name: turquoise
RGB
47, 232, 219
HSL
176°, 80%, 55%
CMYK
80, 0, 6, 9
Luminance
0.6343
Every format
| HEX | #2fe8db |
| RGB | rgb(47, 232, 219) |
| HSL | hsl(176, 80%, 55%) |
| CMYK | cmyk(80%, 0%, 6%, 9%) |
| LAB | lab(83.7 -46.3 -6.3) |
| LCH | lch(83.7 46.8 187.8) |
| OKLCH | oklch(0.842 0.139 187.4) |
Copy-ready code
/* CSS */
color: #2fe8db;
background-color: #2fe8db;
/* Tailwind (arbitrary) */
class="text-[#2fe8db] bg-[#2fe8db]"
/* SCSS */
$brand: #2fe8db;
/* SwiftUI */
Color(red: 0.184, green: 0.910, blue: 0.859)
/* Android */
Color.parseColor("#2fe8db")Accessibility — WCAG contrast
Aa
#2fe8db on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fe8db on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green91.0%
Blue85.9%
CMYK percentages
Cyan79.7%
Magenta0.0%
Yellow5.6%
Key (black)9.0%
Color previews
#2fe8db text on a black background
contrast 13.69:1
Card sample
#2fe8db text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fe8db;
Background color
Panel with #2fe8db background
background-color: #2fe8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fe8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 232, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 232, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fe8db; background: linear-gradient(135deg, #2fe8db, #2F7AE8);