#243e2f
a deep, soft green · cool · closest name: darkslategray
RGB
36, 62, 47
HSL
145°, 27%, 19%
CMYK
42, 0, 24, 76
Luminance
0.0403
Every format
| HEX | #243e2f |
| RGB | rgb(36, 62, 47) |
| HSL | hsl(145, 27%, 19%) |
| CMYK | cmyk(42%, 0%, 24%, 76%) |
| LAB | lab(23.8 -14.0 6.1) |
| LCH | lch(23.8 15.3 156.3) |
| OKLCH | oklch(0.338 0.042 157.9) |
Copy-ready code
/* CSS */
color: #243e2f;
background-color: #243e2f;
/* Tailwind (arbitrary) */
class="text-[#243e2f] bg-[#243e2f]"
/* SCSS */
$brand: #243e2f;
/* SwiftUI */
Color(red: 0.141, green: 0.243, blue: 0.184)
/* Android */
Color.parseColor("#243e2f")Accessibility — WCAG contrast
Aa
#243e2f on white: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#243e2f on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green24.3%
Blue18.4%
CMYK percentages
Cyan41.9%
Magenta0.0%
Yellow24.2%
Key (black)75.7%
Color previews
#243e2f text on a black background
contrast 1.81:1
Card sample
#243e2f text on a white background
contrast 11.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #243e2f;
Background color
Panel with #243e2f background
background-color: #243e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #243e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 62, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 62, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #243e2f; background: linear-gradient(135deg, #243e2f, #243C3E);