#3ebdb9
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 189, 185
HSL
178°, 51%, 49%
CMYK
67, 0, 2, 26
Luminance
0.4092
Every format
| HEX | #3ebdb9 |
| RGB | rgb(62, 189, 185) |
| HSL | hsl(178, 51%, 49%) |
| CMYK | cmyk(67%, 0%, 2%, 26%) |
| LAB | lab(70.1 -34.8 -8.1) |
| LCH | lch(70.1 35.8 193.1) |
| OKLCH | oklch(0.729 0.109 192.0) |
Copy-ready code
/* CSS */
color: #3ebdb9;
background-color: #3ebdb9;
/* Tailwind (arbitrary) */
class="text-[#3ebdb9] bg-[#3ebdb9]"
/* SCSS */
$brand: #3ebdb9;
/* SwiftUI */
Color(red: 0.243, green: 0.741, blue: 0.725)
/* Android */
Color.parseColor("#3ebdb9")Accessibility — WCAG contrast
Aa
#3ebdb9 on white: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebdb9 on black: 9.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.1%
Blue72.5%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow2.1%
Key (black)25.9%
Color previews
#3ebdb9 text on a black background
contrast 9.18:1
Card sample
#3ebdb9 text on a white background
contrast 2.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebdb9;
Background color
Panel with #3ebdb9 background
background-color: #3ebdb9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebdb9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 189, 185, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 189, 185, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebdb9; background: linear-gradient(135deg, #3ebdb9, #3E6CBD);