#245035
a deep, soft green · cool · closest name: darkslategray
RGB
36, 80, 53
HSL
143°, 38%, 23%
CMYK
55, 0, 34, 69
Luminance
0.0637
Every format
| HEX | #245035 |
| RGB | rgb(36, 80, 53) |
| HSL | hsl(143, 38%, 23%) |
| CMYK | cmyk(55%, 0%, 34%, 69%) |
| LAB | lab(30.3 -22.4 11.4) |
| LCH | lch(30.3 25.1 153.0) |
| OKLCH | oklch(0.392 0.068 154.7) |
Copy-ready code
/* CSS */
color: #245035;
background-color: #245035;
/* Tailwind (arbitrary) */
class="text-[#245035] bg-[#245035]"
/* SCSS */
$brand: #245035;
/* SwiftUI */
Color(red: 0.141, green: 0.314, blue: 0.208)
/* Android */
Color.parseColor("#245035")Accessibility — WCAG contrast
Aa
#245035 on white: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#245035 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green31.4%
Blue20.8%
CMYK percentages
Cyan55.0%
Magenta0.0%
Yellow33.7%
Key (black)68.6%
Color previews
#245035 text on a black background
contrast 2.27:1
Card sample
#245035 text on a white background
contrast 9.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #245035;
Background color
Panel with #245035 background
background-color: #245035;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #245035;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 80, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 80, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #245035; background: linear-gradient(135deg, #245035, #244D50);