#2febcb
a balanced, electric cyan · cool · closest name: turquoise
RGB
47, 235, 203
HSL
170°, 83%, 55%
CMYK
80, 0, 14, 8
Luminance
0.6433
Every format
| HEX | #2febcb |
| RGB | rgb(47, 235, 203) |
| HSL | hsl(170, 83%, 55%) |
| CMYK | cmyk(80%, 0%, 14%, 8%) |
| LAB | lab(84.1 -51.8 2.8) |
| LCH | lch(84.1 51.9 176.9) |
| OKLCH | oklch(0.845 0.148 177.5) |
Copy-ready code
/* CSS */
color: #2febcb;
background-color: #2febcb;
/* Tailwind (arbitrary) */
class="text-[#2febcb] bg-[#2febcb]"
/* SCSS */
$brand: #2febcb;
/* SwiftUI */
Color(red: 0.184, green: 0.922, blue: 0.796)
/* Android */
Color.parseColor("#2febcb")Accessibility — WCAG contrast
Aa
#2febcb on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2febcb on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green92.2%
Blue79.6%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow13.6%
Key (black)7.8%
Color previews
#2febcb text on a black background
contrast 13.87:1
Card sample
#2febcb text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2febcb;
Background color
Panel with #2febcb background
background-color: #2febcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2febcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 235, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 235, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2febcb; background: linear-gradient(135deg, #2febcb, #2F8EEB);