#2ebcaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 188, 175
HSL
175°, 61%, 46%
CMYK
76, 0, 7, 26
Luminance
0.3964
Every format
| HEX | #2ebcaf |
| RGB | rgb(46, 188, 175) |
| HSL | hsl(175, 61%, 46%) |
| CMYK | cmyk(76%, 0%, 7%, 26%) |
| LAB | lab(69.2 -39.2 -4.0) |
| LCH | lch(69.2 39.4 185.8) |
| OKLCH | oklch(0.720 0.117 185.6) |
Copy-ready code
/* CSS */
color: #2ebcaf;
background-color: #2ebcaf;
/* Tailwind (arbitrary) */
class="text-[#2ebcaf] bg-[#2ebcaf]"
/* SCSS */
$brand: #2ebcaf;
/* SwiftUI */
Color(red: 0.180, green: 0.737, blue: 0.686)
/* Android */
Color.parseColor("#2ebcaf")Accessibility — WCAG contrast
Aa
#2ebcaf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebcaf on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green73.7%
Blue68.6%
CMYK percentages
Cyan75.5%
Magenta0.0%
Yellow6.9%
Key (black)26.3%
Color previews
#2ebcaf text on a black background
contrast 8.93:1
Card sample
#2ebcaf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebcaf;
Background color
Panel with #2ebcaf background
background-color: #2ebcaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebcaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 188, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 188, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebcaf; background: linear-gradient(135deg, #2ebcaf, #2E6ABC);