#34775f
a dark, soft green · cool · closest name: teal
RGB
52, 119, 95
HSL
159°, 39%, 34%
CMYK
56, 0, 20, 53
Luminance
0.1475
Every format
| HEX | #34775f |
| RGB | rgb(52, 119, 95) |
| HSL | hsl(159, 39%, 34%) |
| CMYK | cmyk(56%, 0%, 20%, 53%) |
| LAB | lab(45.3 -27.5 6.8) |
| LCH | lch(45.3 28.4 166.0) |
| OKLCH | oklch(0.518 0.079 167.2) |
Copy-ready code
/* CSS */
color: #34775f;
background-color: #34775f;
/* Tailwind (arbitrary) */
class="text-[#34775f] bg-[#34775f]"
/* SCSS */
$brand: #34775f;
/* SwiftUI */
Color(red: 0.204, green: 0.467, blue: 0.373)
/* Android */
Color.parseColor("#34775f")Accessibility — WCAG contrast
Aa
#34775f on white: 5.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#34775f on black: 3.95:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green46.7%
Blue37.3%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow20.2%
Key (black)53.3%
Color previews
#34775f text on a black background
contrast 3.95:1
Card sample
#34775f text on a white background
contrast 5.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #34775f;
Background color
Panel with #34775f background
background-color: #34775f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #34775f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 119, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 119, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #34775f; background: linear-gradient(135deg, #34775f, #346277);