#2febad
a balanced, electric cyan · cool · closest name: aquamarine
RGB
47, 235, 173
HSL
160°, 83%, 55%
CMYK
80, 0, 26, 8
Luminance
0.6304
Every format
| HEX | #2febad |
| RGB | rgb(47, 235, 173) |
| HSL | hsl(160, 83%, 55%) |
| CMYK | cmyk(80%, 0%, 26%, 8%) |
| LAB | lab(83.5 -59.0 17.5) |
| LCH | lch(83.5 61.6 163.5) |
| OKLCH | oklch(0.837 0.168 164.6) |
Copy-ready code
/* CSS */
color: #2febad;
background-color: #2febad;
/* Tailwind (arbitrary) */
class="text-[#2febad] bg-[#2febad]"
/* SCSS */
$brand: #2febad;
/* SwiftUI */
Color(red: 0.184, green: 0.922, blue: 0.678)
/* Android */
Color.parseColor("#2febad")Accessibility — WCAG contrast
Aa
#2febad on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2febad on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green92.2%
Blue67.8%
CMYK percentages
Cyan80.0%
Magenta0.0%
Yellow26.4%
Key (black)7.8%
Color previews
#2febad text on a black background
contrast 13.61:1
Card sample
#2febad text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2febad;
Background color
Panel with #2febad background
background-color: #2febad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2febad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 235, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 235, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2febad; background: linear-gradient(135deg, #2febad, #2FACEB);