#3d7380
a dark, soft cyan · cool · closest name: teal
RGB
61, 115, 128
HSL
192°, 35%, 37%
CMYK
52, 10, 0, 50
Luminance
0.1481
Every format
| HEX | #3d7380 |
| RGB | rgb(61, 115, 128) |
| HSL | hsl(192, 35%, 37%) |
| CMYK | cmyk(52%, 10%, 0%, 50%) |
| LAB | lab(45.4 -14.1 -12.7) |
| LCH | lch(45.4 18.9 222.0) |
| OKLCH | oklch(0.524 0.061 215.2) |
Copy-ready code
/* CSS */
color: #3d7380;
background-color: #3d7380;
/* Tailwind (arbitrary) */
class="text-[#3d7380] bg-[#3d7380]"
/* SCSS */
$brand: #3d7380;
/* SwiftUI */
Color(red: 0.239, green: 0.451, blue: 0.502)
/* Android */
Color.parseColor("#3d7380")Accessibility — WCAG contrast
Aa
#3d7380 on white: 5.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3d7380 on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green45.1%
Blue50.2%
CMYK percentages
Cyan52.3%
Magenta10.2%
Yellow0.0%
Key (black)49.8%
Color previews
#3d7380 text on a black background
contrast 3.96:1
Card sample
#3d7380 text on a white background
contrast 5.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d7380;
Background color
Panel with #3d7380 background
background-color: #3d7380;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d7380;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 115, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 115, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d7380; background: linear-gradient(135deg, #3d7380, #3D4680);