#3ac4b0
a balanced, vivid cyan · cool · closest name: turquoise
RGB
58, 196, 176
HSL
171°, 54%, 50%
CMYK
70, 0, 10, 23
Luminance
0.4351
Every format
| HEX | #3ac4b0 |
| RGB | rgb(58, 196, 176) |
| HSL | hsl(171, 54%, 50%) |
| CMYK | cmyk(70%, 0%, 10%, 23%) |
| LAB | lab(71.9 -41.0 -0.6) |
| LCH | lch(71.9 41.0 180.8) |
| OKLCH | oklch(0.743 0.119 181.1) |
Copy-ready code
/* CSS */
color: #3ac4b0;
background-color: #3ac4b0;
/* Tailwind (arbitrary) */
class="text-[#3ac4b0] bg-[#3ac4b0]"
/* SCSS */
$brand: #3ac4b0;
/* SwiftUI */
Color(red: 0.227, green: 0.769, blue: 0.690)
/* Android */
Color.parseColor("#3ac4b0")Accessibility — WCAG contrast
Aa
#3ac4b0 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3ac4b0 on black: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green76.9%
Blue69.0%
CMYK percentages
Cyan70.4%
Magenta0.0%
Yellow10.2%
Key (black)23.1%
Color previews
#3ac4b0 text on a black background
contrast 9.70:1
Card sample
#3ac4b0 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ac4b0;
Background color
Panel with #3ac4b0 background
background-color: #3ac4b0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ac4b0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 196, 176, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 196, 176, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ac4b0; background: linear-gradient(135deg, #3ac4b0, #3A7CC4);