#3aac86
a balanced, vivid cyan · cool · closest name: seagreen
RGB
58, 172, 134
HSL
160°, 50%, 45%
CMYK
66, 0, 22, 33
Luminance
0.3213
Every format
| HEX | #3aac86 |
| RGB | rgb(58, 172, 134) |
| HSL | hsl(160, 50%, 45%) |
| CMYK | cmyk(66%, 0%, 22%, 33%) |
| LAB | lab(63.4 -41.1 10.3) |
| LCH | lch(63.4 42.4 165.9) |
| OKLCH | oklch(0.670 0.117 167.0) |
Copy-ready code
/* CSS */
color: #3aac86;
background-color: #3aac86;
/* Tailwind (arbitrary) */
class="text-[#3aac86] bg-[#3aac86]"
/* SCSS */
$brand: #3aac86;
/* SwiftUI */
Color(red: 0.227, green: 0.675, blue: 0.525)
/* Android */
Color.parseColor("#3aac86")Accessibility — WCAG contrast
Aa
#3aac86 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3aac86 on black: 7.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green67.5%
Blue52.5%
CMYK percentages
Cyan66.3%
Magenta0.0%
Yellow22.1%
Key (black)32.5%
Color previews
#3aac86 text on a black background
contrast 7.43:1
Card sample
#3aac86 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3aac86;
Background color
Panel with #3aac86 background
background-color: #3aac86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3aac86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 172, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 172, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3aac86; background: linear-gradient(135deg, #3aac86, #3A86AC);