#334f3f
a dark, soft green · cool · closest name: darkslategray
RGB
51, 79, 63
HSL
146°, 22%, 26%
CMYK
35, 0, 20, 69
Luminance
0.0665
Every format
| HEX | #334f3f |
| RGB | rgb(51, 79, 63) |
| HSL | hsl(146, 22%, 26%) |
| CMYK | cmyk(35%, 0%, 20%, 69%) |
| LAB | lab(31.0 -14.6 6.1) |
| LCH | lch(31.0 15.8 157.1) |
| OKLCH | oklch(0.400 0.043 158.6) |
Copy-ready code
/* CSS */
color: #334f3f;
background-color: #334f3f;
/* Tailwind (arbitrary) */
class="text-[#334f3f] bg-[#334f3f]"
/* SCSS */
$brand: #334f3f;
/* SwiftUI */
Color(red: 0.200, green: 0.310, blue: 0.247)
/* Android */
Color.parseColor("#334f3f")Accessibility — WCAG contrast
Aa
#334f3f on white: 9.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#334f3f on black: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green31.0%
Blue24.7%
CMYK percentages
Cyan35.4%
Magenta0.0%
Yellow20.3%
Key (black)69.0%
Color previews
#334f3f text on a black background
contrast 2.33:1
Card sample
#334f3f text on a white background
contrast 9.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #334f3f;
Background color
Panel with #334f3f background
background-color: #334f3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #334f3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 79, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 79, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #334f3f; background: linear-gradient(135deg, #334f3f, #334C4F);