#3eb69d
a balanced, vivid cyan · cool · closest name: turquoise
RGB
62, 182, 157
HSL
168°, 49%, 48%
CMYK
66, 0, 14, 29
Luminance
0.3691
Every format
| HEX | #3eb69d |
| RGB | rgb(62, 182, 157) |
| HSL | hsl(168, 49%, 48%) |
| CMYK | cmyk(66%, 0%, 14%, 29%) |
| LAB | lab(67.2 -39.2 3.0) |
| LCH | lch(67.2 39.3 175.6) |
| OKLCH | oklch(0.703 0.112 176.2) |
Copy-ready code
/* CSS */
color: #3eb69d;
background-color: #3eb69d;
/* Tailwind (arbitrary) */
class="text-[#3eb69d] bg-[#3eb69d]"
/* SCSS */
$brand: #3eb69d;
/* SwiftUI */
Color(red: 0.243, green: 0.714, blue: 0.616)
/* Android */
Color.parseColor("#3eb69d")Accessibility — WCAG contrast
Aa
#3eb69d on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3eb69d on black: 8.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.3%
Green71.4%
Blue61.6%
CMYK percentages
Cyan65.9%
Magenta0.0%
Yellow13.7%
Key (black)28.6%
Color previews
#3eb69d text on a black background
contrast 8.38:1
Card sample
#3eb69d text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3eb69d;
Background color
Panel with #3eb69d background
background-color: #3eb69d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3eb69d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(62, 182, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(62, 182, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3eb69d; background: linear-gradient(135deg, #3eb69d, #3E7FB6);