#2ebbaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 187, 175
HSL
175°, 61%, 46%
CMYK
75, 0, 6, 27
Luminance
0.3922
Every format
| HEX | #2ebbaf |
| RGB | rgb(46, 187, 175) |
| HSL | hsl(175, 61%, 46%) |
| CMYK | cmyk(75%, 0%, 6%, 27%) |
| LAB | lab(68.9 -38.8 -4.5) |
| LCH | lch(68.9 39.0 186.5) |
| OKLCH | oklch(0.718 0.116 186.3) |
Copy-ready code
/* CSS */
color: #2ebbaf;
background-color: #2ebbaf;
/* Tailwind (arbitrary) */
class="text-[#2ebbaf] bg-[#2ebbaf]"
/* SCSS */
$brand: #2ebbaf;
/* SwiftUI */
Color(red: 0.180, green: 0.733, blue: 0.686)
/* Android */
Color.parseColor("#2ebbaf")Accessibility — WCAG contrast
Aa
#2ebbaf on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebbaf on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green73.3%
Blue68.6%
CMYK percentages
Cyan75.4%
Magenta0.0%
Yellow6.4%
Key (black)26.7%
Color previews
#2ebbaf text on a black background
contrast 8.84:1
Card sample
#2ebbaf text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebbaf;
Background color
Panel with #2ebbaf background
background-color: #2ebbaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebbaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 187, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 187, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebbaf; background: linear-gradient(135deg, #2ebbaf, #2E69BB);