#2ebac3
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 186, 195
HSL
184°, 62%, 47%
CMYK
76, 5, 0, 24
Luminance
0.3964
Every format
| HEX | #2ebac3 |
| RGB | rgb(46, 186, 195) |
| HSL | hsl(184, 62%, 47%) |
| CMYK | cmyk(76%, 5%, 0%, 24%) |
| LAB | lab(69.2 -32.5 -15.0) |
| LCH | lch(69.2 35.8 204.8) |
| OKLCH | oklch(0.722 0.113 201.6) |
Copy-ready code
/* CSS */
color: #2ebac3;
background-color: #2ebac3;
/* Tailwind (arbitrary) */
class="text-[#2ebac3] bg-[#2ebac3]"
/* SCSS */
$brand: #2ebac3;
/* SwiftUI */
Color(red: 0.180, green: 0.729, blue: 0.765)
/* Android */
Color.parseColor("#2ebac3")Accessibility — WCAG contrast
Aa
#2ebac3 on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebac3 on black: 8.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green72.9%
Blue76.5%
CMYK percentages
Cyan76.4%
Magenta4.6%
Yellow0.0%
Key (black)23.5%
Color previews
#2ebac3 text on a black background
contrast 8.93:1
Card sample
#2ebac3 text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebac3;
Background color
Panel with #2ebac3 background
background-color: #2ebac3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebac3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 186, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 186, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebac3; background: linear-gradient(135deg, #2ebac3, #2E57C3);