#23503c
a deep, soft green · cool · closest name: darkslategray
RGB
35, 80, 60
HSL
153°, 39%, 23%
CMYK
56, 0, 25, 69
Luminance
0.0642
Every format
| HEX | #23503c |
| RGB | rgb(35, 80, 60) |
| HSL | hsl(153, 39%, 23%) |
| CMYK | cmyk(56%, 0%, 25%, 69%) |
| LAB | lab(30.4 -21.0 7.1) |
| LCH | lch(30.4 22.2 161.2) |
| OKLCH | oklch(0.393 0.061 162.5) |
Copy-ready code
/* CSS */
color: #23503c;
background-color: #23503c;
/* Tailwind (arbitrary) */
class="text-[#23503c] bg-[#23503c]"
/* SCSS */
$brand: #23503c;
/* SwiftUI */
Color(red: 0.137, green: 0.314, blue: 0.235)
/* Android */
Color.parseColor("#23503c")Accessibility — WCAG contrast
Aa
#23503c on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#23503c on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red13.7%
Green31.4%
Blue23.5%
CMYK percentages
Cyan56.3%
Magenta0.0%
Yellow25.0%
Key (black)68.6%
Color previews
#23503c text on a black background
contrast 2.28:1
Card sample
#23503c text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #23503c;
Background color
Panel with #23503c background
background-color: #23503c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #23503c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(35, 80, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(35, 80, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #23503c; background: linear-gradient(135deg, #23503c, #234650);