#28935e
a dark, vivid green · cool · closest name: seagreen
RGB
40, 147, 94
HSL
150°, 57%, 37%
CMYK
73, 0, 36, 42
Luminance
0.2213
Every format
| HEX | #28935e |
| RGB | rgb(40, 147, 94) |
| HSL | hsl(150, 57%, 37%) |
| CMYK | cmyk(73%, 0%, 36%, 42%) |
| LAB | lab(54.2 -42.6 19.6) |
| LCH | lch(54.2 47.0 155.3) |
| OKLCH | oklch(0.590 0.126 156.8) |
Copy-ready code
/* CSS */
color: #28935e;
background-color: #28935e;
/* Tailwind (arbitrary) */
class="text-[#28935e] bg-[#28935e]"
/* SCSS */
$brand: #28935e;
/* SwiftUI */
Color(red: 0.157, green: 0.576, blue: 0.369)
/* Android */
Color.parseColor("#28935e")Accessibility — WCAG contrast
Aa
#28935e on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#28935e on black: 5.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green57.6%
Blue36.9%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow36.1%
Key (black)42.4%
Color previews
#28935e text on a black background
contrast 5.43:1
Card sample
#28935e text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28935e;
Background color
Panel with #28935e background
background-color: #28935e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28935e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 147, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 147, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28935e; background: linear-gradient(135deg, #28935e, #288193);