#339977
a dark, vivid cyan · cool · closest name: seagreen
RGB
51, 153, 119
HSL
160°, 50%, 40%
CMYK
67, 0, 22, 40
Luminance
0.2482
Every format
| HEX | #339977 |
| RGB | rgb(51, 153, 119) |
| HSL | hsl(160, 50%, 40%) |
| CMYK | cmyk(67%, 0%, 22%, 40%) |
| LAB | lab(56.9 -37.6 9.4) |
| LCH | lch(56.9 38.8 166.0) |
| OKLCH | oklch(0.615 0.107 167.0) |
Copy-ready code
/* CSS */
color: #339977;
background-color: #339977;
/* Tailwind (arbitrary) */
class="text-[#339977] bg-[#339977]"
/* SCSS */
$brand: #339977;
/* SwiftUI */
Color(red: 0.200, green: 0.600, blue: 0.467)
/* Android */
Color.parseColor("#339977")Accessibility — WCAG contrast
Aa
#339977 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#339977 on black: 5.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green60.0%
Blue46.7%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow22.2%
Key (black)40.0%
Color previews
#339977 text on a black background
contrast 5.96:1
Card sample
#339977 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #339977;
Background color
Panel with #339977 background
background-color: #339977;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #339977;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 153, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 153, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #339977; background: linear-gradient(135deg, #339977, #337799);