#33765b
a dark, soft green · cool · closest name: teal
RGB
51, 118, 91
HSL
156°, 40%, 33%
CMYK
57, 0, 23, 54
Luminance
0.1442
Every format
| HEX | #33765b |
| RGB | rgb(51, 118, 91) |
| HSL | hsl(156, 40%, 33%) |
| CMYK | cmyk(57%, 0%, 23%, 54%) |
| LAB | lab(44.8 -28.3 8.5) |
| LCH | lch(44.8 29.5 163.2) |
| OKLCH | oklch(0.514 0.081 164.4) |
Copy-ready code
/* CSS */
color: #33765b;
background-color: #33765b;
/* Tailwind (arbitrary) */
class="text-[#33765b] bg-[#33765b]"
/* SCSS */
$brand: #33765b;
/* SwiftUI */
Color(red: 0.200, green: 0.463, blue: 0.357)
/* Android */
Color.parseColor("#33765b")Accessibility — WCAG contrast
Aa
#33765b on white: 5.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#33765b on black: 3.88:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green46.3%
Blue35.7%
CMYK percentages
Cyan56.8%
Magenta0.0%
Yellow22.9%
Key (black)53.7%
Color previews
#33765b text on a black background
contrast 3.88:1
Card sample
#33765b text on a white background
contrast 5.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33765b;
Background color
Panel with #33765b background
background-color: #33765b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33765b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 118, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 118, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33765b; background: linear-gradient(135deg, #33765b, #336476);