#215744
a deep, vivid green · cool · closest name: darkslategray
RGB
33, 87, 68
HSL
159°, 45%, 24%
CMYK
62, 0, 22, 66
Luminance
0.0756
Every format
| HEX | #215744 |
| RGB | rgb(33, 87, 68) |
| HSL | hsl(159, 45%, 24%) |
| CMYK | cmyk(62%, 0%, 22%, 66%) |
| LAB | lab(33.0 -23.1 5.8) |
| LCH | lch(33.0 23.8 166.0) |
| OKLCH | oklch(0.415 0.066 167.1) |
Copy-ready code
/* CSS */
color: #215744;
background-color: #215744;
/* Tailwind (arbitrary) */
class="text-[#215744] bg-[#215744]"
/* SCSS */
$brand: #215744;
/* SwiftUI */
Color(red: 0.129, green: 0.341, blue: 0.267)
/* Android */
Color.parseColor("#215744")Accessibility — WCAG contrast
Aa
#215744 on white: 8.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#215744 on black: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green34.1%
Blue26.7%
CMYK percentages
Cyan62.1%
Magenta0.0%
Yellow21.8%
Key (black)65.9%
Color previews
#215744 text on a black background
contrast 2.51:1
Card sample
#215744 text on a white background
contrast 8.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #215744;
Background color
Panel with #215744 background
background-color: #215744;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #215744;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 87, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 87, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #215744; background: linear-gradient(135deg, #215744, #214657);