#335544
a dark, soft green · cool · closest name: darkslategray
RGB
51, 85, 68
HSL
150°, 25%, 27%
CMYK
40, 0, 20, 67
Luminance
0.0762
Every format
| HEX | #335544 |
| RGB | rgb(51, 85, 68) |
| HSL | hsl(150, 25%, 27%) |
| CMYK | cmyk(40%, 0%, 20%, 67%) |
| LAB | lab(33.2 -16.7 6.1) |
| LCH | lch(33.2 17.8 160.1) |
| OKLCH | oklch(0.418 0.049 161.5) |
Copy-ready code
/* CSS */
color: #335544;
background-color: #335544;
/* Tailwind (arbitrary) */
class="text-[#335544] bg-[#335544]"
/* SCSS */
$brand: #335544;
/* SwiftUI */
Color(red: 0.200, green: 0.333, blue: 0.267)
/* Android */
Color.parseColor("#335544")Accessibility — WCAG contrast
Aa
#335544 on white: 8.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#335544 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green33.3%
Blue26.7%
CMYK percentages
Cyan40.0%
Magenta0.0%
Yellow20.0%
Key (black)66.7%
Color previews
#335544 text on a black background
contrast 2.52:1
Card sample
#335544 text on a white background
contrast 8.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #335544;
Background color
Panel with #335544 background
background-color: #335544;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #335544;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 85, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 85, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #335544; background: linear-gradient(135deg, #335544, #334F55);