#174635
a deep, vivid green · cool · closest name: darkslategray
RGB
23, 70, 53
HSL
158°, 51%, 18%
CMYK
67, 0, 24, 73
Luminance
0.0482
Every format
| HEX | #174635 |
| RGB | rgb(23, 70, 53) |
| HSL | hsl(158, 51%, 18%) |
| CMYK | cmyk(67%, 0%, 24%, 73%) |
| LAB | lab(26.2 -20.7 5.6) |
| LCH | lch(26.2 21.5 164.9) |
| OKLCH | oklch(0.357 0.059 166.1) |
Copy-ready code
/* CSS */
color: #174635;
background-color: #174635;
/* Tailwind (arbitrary) */
class="text-[#174635] bg-[#174635]"
/* SCSS */
$brand: #174635;
/* SwiftUI */
Color(red: 0.090, green: 0.275, blue: 0.208)
/* Android */
Color.parseColor("#174635")Accessibility — WCAG contrast
Aa
#174635 on white: 10.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#174635 on black: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green27.5%
Blue20.8%
CMYK percentages
Cyan67.1%
Magenta0.0%
Yellow24.3%
Key (black)72.5%
Color previews
#174635 text on a black background
contrast 1.96:1
Card sample
#174635 text on a white background
contrast 10.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #174635;
Background color
Panel with #174635 background
background-color: #174635;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #174635;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 70, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 70, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #174635; background: linear-gradient(135deg, #174635, #173846);