#33745b
a dark, soft green · cool · closest name: teal
RGB
51, 116, 91
HSL
157°, 39%, 33%
CMYK
56, 0, 22, 55
Luminance
0.1395
Every format
| HEX | #33745b |
| RGB | rgb(51, 116, 91) |
| HSL | hsl(157, 39%, 33%) |
| CMYK | cmyk(56%, 0%, 22%, 55%) |
| LAB | lab(44.2 -27.3 7.6) |
| LCH | lch(44.2 28.3 164.4) |
| OKLCH | oklch(0.509 0.078 165.6) |
Copy-ready code
/* CSS */
color: #33745b;
background-color: #33745b;
/* Tailwind (arbitrary) */
class="text-[#33745b] bg-[#33745b]"
/* SCSS */
$brand: #33745b;
/* SwiftUI */
Color(red: 0.200, green: 0.455, blue: 0.357)
/* Android */
Color.parseColor("#33745b")Accessibility — WCAG contrast
Aa
#33745b on white: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#33745b on black: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green45.5%
Blue35.7%
CMYK percentages
Cyan56.0%
Magenta0.0%
Yellow21.6%
Key (black)54.5%
Color previews
#33745b text on a black background
contrast 3.79:1
Card sample
#33745b text on a white background
contrast 5.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33745b;
Background color
Panel with #33745b background
background-color: #33745b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33745b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 116, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 116, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33745b; background: linear-gradient(135deg, #33745b, #336274);