#33997f
a dark, vivid cyan · cool · closest name: seagreen
RGB
51, 153, 127
HSL
165°, 50%, 40%
CMYK
67, 0, 17, 40
Luminance
0.2502
Every format
| HEX | #33997f |
| RGB | rgb(51, 153, 127) |
| HSL | hsl(165, 50%, 40%) |
| CMYK | cmyk(67%, 0%, 17%, 40%) |
| LAB | lab(57.1 -35.6 5.2) |
| LCH | lch(57.1 36.0 171.8) |
| OKLCH | oklch(0.617 0.101 172.6) |
Copy-ready code
/* CSS */
color: #33997f;
background-color: #33997f;
/* Tailwind (arbitrary) */
class="text-[#33997f] bg-[#33997f]"
/* SCSS */
$brand: #33997f;
/* SwiftUI */
Color(red: 0.200, green: 0.600, blue: 0.498)
/* Android */
Color.parseColor("#33997f")Accessibility — WCAG contrast
Aa
#33997f on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#33997f on black: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green60.0%
Blue49.8%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow17.0%
Key (black)40.0%
Color previews
#33997f text on a black background
contrast 6.00:1
Card sample
#33997f text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33997f;
Background color
Panel with #33997f background
background-color: #33997f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33997f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 153, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 153, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33997f; background: linear-gradient(135deg, #33997f, #336F99);