#28593c
a dark, soft green · cool · closest name: darkslategray
RGB
40, 89, 60
HSL
145°, 38%, 25%
CMYK
55, 0, 33, 65
Luminance
0.0792
Every format
| HEX | #28593c |
| RGB | rgb(40, 89, 60) |
| HSL | hsl(145, 38%, 25%) |
| CMYK | cmyk(55%, 0%, 33%, 65%) |
| LAB | lab(33.8 -24.2 11.8) |
| LCH | lch(33.8 26.9 153.9) |
| OKLCH | oklch(0.421 0.072 155.5) |
Copy-ready code
/* CSS */
color: #28593c;
background-color: #28593c;
/* Tailwind (arbitrary) */
class="text-[#28593c] bg-[#28593c]"
/* SCSS */
$brand: #28593c;
/* SwiftUI */
Color(red: 0.157, green: 0.349, blue: 0.235)
/* Android */
Color.parseColor("#28593c")Accessibility — WCAG contrast
Aa
#28593c on white: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#28593c on black: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red15.7%
Green34.9%
Blue23.5%
CMYK percentages
Cyan55.1%
Magenta0.0%
Yellow32.6%
Key (black)65.1%
Color previews
#28593c text on a black background
contrast 2.58:1
Card sample
#28593c text on a white background
contrast 8.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #28593c;
Background color
Panel with #28593c background
background-color: #28593c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #28593c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(40, 89, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(40, 89, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #28593c; background: linear-gradient(135deg, #28593c, #285559);