#3a9292
a dark, soft cyan · cool · closest name: teal
RGB
58, 146, 146
HSL
180°, 43%, 40%
CMYK
60, 0, 0, 43
Luminance
0.2353
Every format
| HEX | #3a9292 |
| RGB | rgb(58, 146, 146) |
| HSL | hsl(180, 43%, 40%) |
| CMYK | cmyk(60%, 0%, 0%, 43%) |
| LAB | lab(55.6 -25.8 -7.8) |
| LCH | lch(55.6 27.0 196.9) |
| OKLCH | oklch(0.608 0.083 195.2) |
Copy-ready code
/* CSS */
color: #3a9292;
background-color: #3a9292;
/* Tailwind (arbitrary) */
class="text-[#3a9292] bg-[#3a9292]"
/* SCSS */
$brand: #3a9292;
/* SwiftUI */
Color(red: 0.227, green: 0.573, blue: 0.573)
/* Android */
Color.parseColor("#3a9292")Accessibility — WCAG contrast
Aa
#3a9292 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3a9292 on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green57.3%
Blue57.3%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow0.0%
Key (black)42.7%
Color previews
#3a9292 text on a black background
contrast 5.71:1
Card sample
#3a9292 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3a9292;
Background color
Panel with #3a9292 background
background-color: #3a9292;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3a9292;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 146, 146, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 146, 146, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3a9292; background: linear-gradient(135deg, #3a9292, #3A5792);