#338877
a dark, vivid cyan · cool · closest name: teal
RGB
51, 136, 119
HSL
168°, 46%, 37%
CMYK
63, 0, 13, 47
Luminance
0.1964
Every format
| HEX | #338877 |
| RGB | rgb(51, 136, 119) |
| HSL | hsl(168, 46%, 37%) |
| CMYK | cmyk(63%, 0%, 13%, 47%) |
| LAB | lab(51.4 -29.8 1.6) |
| LCH | lch(51.4 29.8 177.0) |
| OKLCH | oklch(0.571 0.086 177.5) |
Copy-ready code
/* CSS */
color: #338877;
background-color: #338877;
/* Tailwind (arbitrary) */
class="text-[#338877] bg-[#338877]"
/* SCSS */
$brand: #338877;
/* SwiftUI */
Color(red: 0.200, green: 0.533, blue: 0.467)
/* Android */
Color.parseColor("#338877")Accessibility — WCAG contrast
Aa
#338877 on white: 4.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#338877 on black: 4.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green53.3%
Blue46.7%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow12.5%
Key (black)46.7%
Color previews
#338877 text on a black background
contrast 4.93:1
Card sample
#338877 text on a white background
contrast 4.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #338877;
Background color
Panel with #338877 background
background-color: #338877;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #338877;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 136, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 136, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #338877; background: linear-gradient(135deg, #338877, #336088);