#3a8392
a dark, soft cyan · cool · closest name: teal
RGB
58, 131, 146
HSL
190°, 43%, 40%
CMYK
60, 10, 0, 43
Luminance
0.1921
Every format
| HEX | #3a8392 |
| RGB | rgb(58, 131, 146) |
| HSL | hsl(190, 43%, 40%) |
| CMYK | cmyk(60%, 10%, 0%, 43%) |
| LAB | lab(50.9 -18.0 -14.9) |
| LCH | lch(50.9 23.4 219.6) |
| OKLCH | oklch(0.570 0.075 213.2) |
Copy-ready code
/* CSS */
color: #3a8392;
background-color: #3a8392;
/* Tailwind (arbitrary) */
class="text-[#3a8392] bg-[#3a8392]"
/* SCSS */
$brand: #3a8392;
/* SwiftUI */
Color(red: 0.227, green: 0.514, blue: 0.573)
/* Android */
Color.parseColor("#3a8392")Accessibility — WCAG contrast
Aa
#3a8392 on white: 4.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3a8392 on black: 4.84:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green51.4%
Blue57.3%
CMYK percentages
Cyan60.3%
Magenta10.3%
Yellow0.0%
Key (black)42.7%
Color previews
#3a8392 text on a black background
contrast 4.84:1
Card sample
#3a8392 text on a white background
contrast 4.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a8392;
Background color
Panel with #3a8392 background
background-color: #3a8392;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a8392;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 131, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 131, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a8392; background: linear-gradient(135deg, #3a8392, #3A4892);