#336655
a dark, soft cyan · cool · closest name: darkslategray
RGB
51, 102, 85
HSL
160°, 33%, 30%
CMYK
50, 0, 17, 60
Luminance
0.1086
Every format
| HEX | #336655 |
| RGB | rgb(51, 102, 85) |
| HSL | hsl(160, 33%, 30%) |
| CMYK | cmyk(50%, 0%, 17%, 60%) |
| LAB | lab(39.4 -21.7 4.3) |
| LCH | lch(39.4 22.1 168.7) |
| OKLCH | oklch(0.469 0.062 169.7) |
Copy-ready code
/* CSS */
color: #336655;
background-color: #336655;
/* Tailwind (arbitrary) */
class="text-[#336655] bg-[#336655]"
/* SCSS */
$brand: #336655;
/* SwiftUI */
Color(red: 0.200, green: 0.400, blue: 0.333)
/* Android */
Color.parseColor("#336655")Accessibility — WCAG contrast
Aa
#336655 on white: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#336655 on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green40.0%
Blue33.3%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow16.7%
Key (black)60.0%
Color previews
#336655 text on a black background
contrast 3.17:1
Card sample
#336655 text on a white background
contrast 6.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #336655;
Background color
Panel with #336655 background
background-color: #336655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #336655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 102, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 102, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #336655; background: linear-gradient(135deg, #336655, #335566);