#2ebdbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 189, 191
HSL
181°, 61%, 47%
CMYK
76, 1, 0, 25
Luminance
0.4074
Every format
| HEX | #2ebdbf |
| RGB | rgb(46, 189, 191) |
| HSL | hsl(181, 61%, 47%) |
| CMYK | cmyk(76%, 1%, 0%, 25%) |
| LAB | lab(70.0 -35.1 -11.6) |
| LCH | lch(70.0 37.0 198.3) |
| OKLCH | oklch(0.728 0.115 196.4) |
Copy-ready code
/* CSS */
color: #2ebdbf;
background-color: #2ebdbf;
/* Tailwind (arbitrary) */
class="text-[#2ebdbf] bg-[#2ebdbf]"
/* SCSS */
$brand: #2ebdbf;
/* SwiftUI */
Color(red: 0.180, green: 0.741, blue: 0.749)
/* Android */
Color.parseColor("#2ebdbf")Accessibility — WCAG contrast
Aa
#2ebdbf on white: 2.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebdbf on black: 9.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green74.1%
Blue74.9%
CMYK percentages
Cyan75.9%
Magenta1.0%
Yellow0.0%
Key (black)25.1%
Color previews
#2ebdbf text on a black background
contrast 9.15:1
Card sample
#2ebdbf text on a white background
contrast 2.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebdbf;
Background color
Panel with #2ebdbf background
background-color: #2ebdbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebdbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 189, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 189, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebdbf; background: linear-gradient(135deg, #2ebdbf, #2E5CBF);