#389595
a dark, vivid cyan · cool · closest name: teal
RGB
56, 149, 149
HSL
180°, 45%, 40%
CMYK
62, 0, 0, 42
Luminance
0.2451
Every format
| HEX | #389595 |
| RGB | rgb(56, 149, 149) |
| HSL | hsl(180, 45%, 40%) |
| CMYK | cmyk(62%, 0%, 0%, 42%) |
| LAB | lab(56.6 -26.8 -8.1) |
| LCH | lch(56.6 28.0 196.9) |
| OKLCH | oklch(0.616 0.086 195.1) |
Copy-ready code
/* CSS */
color: #389595;
background-color: #389595;
/* Tailwind (arbitrary) */
class="text-[#389595] bg-[#389595]"
/* SCSS */
$brand: #389595;
/* SwiftUI */
Color(red: 0.220, green: 0.584, blue: 0.584)
/* Android */
Color.parseColor("#389595")Accessibility — WCAG contrast
Aa
#389595 on white: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#389595 on black: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.0%
Green58.4%
Blue58.4%
CMYK percentages
Cyan62.4%
Magenta0.0%
Yellow0.0%
Key (black)41.6%
Color previews
#389595 text on a black background
contrast 5.90:1
Card sample
#389595 text on a white background
contrast 3.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #389595;
Background color
Panel with #389595 background
background-color: #389595;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #389595;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(56, 149, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(56, 149, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #389595; background: linear-gradient(135deg, #389595, #385795);