#3ac39b
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 195, 155
HSL
163°, 54%, 50%
CMYK
70, 0, 21, 24
Luminance
0.4230
Every format
| HEX | #3ac39b |
| RGB | rgb(58, 195, 155) |
| HSL | hsl(163, 54%, 50%) |
| CMYK | cmyk(70%, 0%, 21%, 24%) |
| LAB | lab(71.1 -45.9 9.6) |
| LCH | lch(71.1 46.9 168.1) |
| OKLCH | oklch(0.734 0.130 169.1) |
Copy-ready code
/* CSS */
color: #3ac39b;
background-color: #3ac39b;
/* Tailwind (arbitrary) */
class="text-[#3ac39b] bg-[#3ac39b]"
/* SCSS */
$brand: #3ac39b;
/* SwiftUI */
Color(red: 0.227, green: 0.765, blue: 0.608)
/* Android */
Color.parseColor("#3ac39b")Accessibility — WCAG contrast
Aa
#3ac39b on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac39b on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green76.5%
Blue60.8%
CMYK percentages
Cyan70.3%
Magenta0.0%
Yellow20.5%
Key (black)23.5%
Color previews
#3ac39b text on a black background
contrast 9.46:1
Card sample
#3ac39b text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac39b;
Background color
Panel with #3ac39b background
background-color: #3ac39b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac39b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 195, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 195, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac39b; background: linear-gradient(135deg, #3ac39b, #3A90C3);