#337777
a dark, soft cyan · cool · closest name: teal
RGB
51, 119, 119
HSL
180°, 40%, 33%
CMYK
57, 0, 0, 53
Luminance
0.1523
Every format
| HEX | #337777 |
| RGB | rgb(51, 119, 119) |
| HSL | hsl(180, 40%, 33%) |
| CMYK | cmyk(57%, 0%, 0%, 53%) |
| LAB | lab(46.0 -21.2 -6.5) |
| LCH | lch(46.0 22.2 197.0) |
| OKLCH | oklch(0.526 0.068 195.3) |
Copy-ready code
/* CSS */
color: #337777;
background-color: #337777;
/* Tailwind (arbitrary) */
class="text-[#337777] bg-[#337777]"
/* SCSS */
$brand: #337777;
/* SwiftUI */
Color(red: 0.200, green: 0.467, blue: 0.467)
/* Android */
Color.parseColor("#337777")Accessibility — WCAG contrast
Aa
#337777 on white: 5.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#337777 on black: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green46.7%
Blue46.7%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow0.0%
Key (black)53.3%
Color previews
#337777 text on a black background
contrast 4.05:1
Card sample
#337777 text on a white background
contrast 5.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #337777;
Background color
Panel with #337777 background
background-color: #337777;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #337777;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 119, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 119, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #337777; background: linear-gradient(135deg, #337777, #334A77);