#2fdee5
a balanced, electric cyan · cool · closest name: turquoise
RGB
47, 222, 229
HSL
182°, 78%, 54%
CMYK
80, 3, 0, 10
Luminance
0.5850
Every format
| HEX | #2fdee5 |
| RGB | rgb(47, 222, 229) |
| HSL | hsl(182, 78%, 54%) |
| CMYK | cmyk(80%, 3%, 0%, 10%) |
| LAB | lab(81.0 -39.1 -15.6) |
| LCH | lch(81.0 42.1 201.8) |
| OKLCH | oklch(0.822 0.132 199.2) |
Copy-ready code
/* CSS */
color: #2fdee5;
background-color: #2fdee5;
/* Tailwind (arbitrary) */
class="text-[#2fdee5] bg-[#2fdee5]"
/* SCSS */
$brand: #2fdee5;
/* SwiftUI */
Color(red: 0.184, green: 0.871, blue: 0.898)
/* Android */
Color.parseColor("#2fdee5")Accessibility — WCAG contrast
Aa
#2fdee5 on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fdee5 on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green87.1%
Blue89.8%
CMYK percentages
Cyan79.5%
Magenta3.1%
Yellow0.0%
Key (black)10.2%
Color previews
#2fdee5 text on a black background
contrast 12.70:1
Card sample
#2fdee5 text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fdee5;
Background color
Panel with #2fdee5 background
background-color: #2fdee5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fdee5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 222, 229, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 222, 229, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fdee5; background: linear-gradient(135deg, #2fdee5, #2F65E5);