#2febda
a balanced, electric cyan · cool · closest name: turquoise
RGB
47, 235, 218
HSL
175°, 83%, 55%
CMYK
80, 0, 7, 8
Luminance
0.6508
Every format
| HEX | #2febda |
| RGB | rgb(47, 235, 218) |
| HSL | hsl(175, 83%, 55%) |
| CMYK | cmyk(80%, 0%, 7%, 8%) |
| LAB | lab(84.5 -47.9 -4.5) |
| LCH | lch(84.5 48.1 185.4) |
| OKLCH | oklch(0.849 0.142 185.3) |
Copy-ready code
/* CSS */
color: #2febda;
background-color: #2febda;
/* Tailwind (arbitrary) */
class="text-[#2febda] bg-[#2febda]"
/* SCSS */
$brand: #2febda;
/* SwiftUI */
Color(red: 0.184, green: 0.922, blue: 0.855)
/* Android */
Color.parseColor("#2febda")Accessibility — WCAG contrast
Aa
#2febda on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2febda on black: 14.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green92.2%
Blue85.5%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow7.2%
Key (black)7.8%
Color previews
#2febda text on a black background
contrast 14.02:1
Card sample
#2febda text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2febda;
Background color
Panel with #2febda background
background-color: #2febda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2febda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 235, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 235, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2febda; background: linear-gradient(135deg, #2febda, #2F7FEB);