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