#254635
a deep, soft green · cool · closest name: darkslategray
RGB
37, 70, 53
HSL
149°, 31%, 21%
CMYK
47, 0, 24, 73
Luminance
0.0503
Every format
| HEX | #254635 |
| RGB | rgb(37, 70, 53) |
| HSL | hsl(149, 31%, 21%) |
| CMYK | cmyk(47%, 0%, 24%, 73%) |
| LAB | lab(26.8 -16.7 6.5) |
| LCH | lch(26.8 18.0 158.7) |
| OKLCH | oklch(0.363 0.049 160.1) |
Copy-ready code
/* CSS */
color: #254635;
background-color: #254635;
/* Tailwind (arbitrary) */
class="text-[#254635] bg-[#254635]"
/* SCSS */
$brand: #254635;
/* SwiftUI */
Color(red: 0.145, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#254635")Accessibility — WCAG contrast
Aa
#254635 on white: 10.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#254635 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green27.5%
Blue20.8%
CMYK percentages
Cyan47.1%
Magenta0.0%
Yellow24.3%
Key (black)72.5%
Color previews
#254635 text on a black background
contrast 2.01:1
Card sample
#254635 text on a white background
contrast 10.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #254635;
Background color
Panel with #254635 background
background-color: #254635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #254635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #254635; background: linear-gradient(135deg, #254635, #254146);