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