#3ebda4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 189, 164
HSL
168°, 51%, 49%
CMYK
67, 0, 13, 26
Luminance
0.4010
Every format
| HEX | #3ebda4 |
| RGB | rgb(62, 189, 164) |
| HSL | hsl(168, 51%, 49%) |
| CMYK | cmyk(67%, 0%, 13%, 26%) |
| LAB | lab(69.5 -40.5 2.5) |
| LCH | lch(69.5 40.6 176.4) |
| OKLCH | oklch(0.723 0.116 177.0) |
Copy-ready code
/* CSS */
color: #3ebda4;
background-color: #3ebda4;
/* Tailwind (arbitrary) */
class="text-[#3ebda4] bg-[#3ebda4]"
/* SCSS */
$brand: #3ebda4;
/* SwiftUI */
Color(red: 0.243, green: 0.741, blue: 0.643)
/* Android */
Color.parseColor("#3ebda4")Accessibility — WCAG contrast
Aa
#3ebda4 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ebda4 on black: 9.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green74.1%
Blue64.3%
CMYK percentages
Cyan67.2%
Magenta0.0%
Yellow13.2%
Key (black)25.9%
Color previews
#3ebda4 text on a black background
contrast 9.02:1
Card sample
#3ebda4 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ebda4;
Background color
Panel with #3ebda4 background
background-color: #3ebda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ebda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 189, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 189, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ebda4; background: linear-gradient(135deg, #3ebda4, #3E81BD);