#327770
a dark, soft cyan · cool · closest name: teal
RGB
50, 119, 112
HSL
174°, 41%, 33%
CMYK
58, 0, 6, 53
Luminance
0.1504
Every format
| HEX | #327770 |
| RGB | rgb(50, 119, 112) |
| HSL | hsl(174, 41%, 33%) |
| CMYK | cmyk(58%, 0%, 6%, 53%) |
| LAB | lab(45.7 -23.5 -2.7) |
| LCH | lch(45.7 23.6 186.6) |
| OKLCH | oklch(0.523 0.070 186.3) |
Copy-ready code
/* CSS */
color: #327770;
background-color: #327770;
/* Tailwind (arbitrary) */
class="text-[#327770] bg-[#327770]"
/* SCSS */
$brand: #327770;
/* SwiftUI */
Color(red: 0.196, green: 0.467, blue: 0.439)
/* Android */
Color.parseColor("#327770")Accessibility — WCAG contrast
Aa
#327770 on white: 5.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#327770 on black: 4.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red19.6%
Green46.7%
Blue43.9%
CMYK percentages
Cyan58.0%
Magenta0.0%
Yellow5.9%
Key (black)53.3%
Color previews
#327770 text on a black background
contrast 4.01:1
Card sample
#327770 text on a white background
contrast 5.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #327770;
Background color
Panel with #327770 background
background-color: #327770;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #327770;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(50, 119, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(50, 119, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #327770; background: linear-gradient(135deg, #327770, #325077);