#254521
a deep, soft green · cool · closest name: darkslategray
RGB
37, 69, 33
HSL
113°, 35%, 20%
CMYK
46, 0, 52, 73
Luminance
0.0476
Every format
| HEX | #254521 |
| RGB | rgb(37, 69, 33) |
| HSL | hsl(113, 35%, 20%) |
| CMYK | cmyk(46%, 0%, 52%, 73%) |
| LAB | lab(26.0 -20.3 18.1) |
| LCH | lch(26.0 27.2 138.4) |
| OKLCH | oklch(0.355 0.071 141.6) |
Copy-ready code
/* CSS */
color: #254521;
background-color: #254521;
/* Tailwind (arbitrary) */
class="text-[#254521] bg-[#254521]"
/* SCSS */
$brand: #254521;
/* SwiftUI */
Color(red: 0.145, green: 0.271, blue: 0.129)
/* Android */
Color.parseColor("#254521")Accessibility — WCAG contrast
Aa
#254521 on white: 10.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#254521 on black: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green27.1%
Blue12.9%
CMYK percentages
Cyan46.4%
Magenta0.0%
Yellow52.2%
Key (black)72.9%
Color previews
#254521 text on a black background
contrast 1.95:1
Card sample
#254521 text on a white background
contrast 10.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #254521;
Background color
Panel with #254521 background
background-color: #254521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #254521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 69, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 69, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #254521; background: linear-gradient(135deg, #254521, #214535);