#175233
a deep, vivid green · cool · closest name: darkslategray
RGB
23, 82, 51
HSL
149°, 56%, 21%
CMYK
72, 0, 38, 68
Luminance
0.0646
Every format
| HEX | #175233 |
| RGB | rgb(23, 82, 51) |
| HSL | hsl(149, 56%, 21%) |
| CMYK | cmyk(72%, 0%, 38%, 68%) |
| LAB | lab(30.5 -27.1 12.8) |
| LCH | lch(30.5 30.0 154.7) |
| OKLCH | oklch(0.392 0.080 156.3) |
Copy-ready code
/* CSS */
color: #175233;
background-color: #175233;
/* Tailwind (arbitrary) */
class="text-[#175233] bg-[#175233]"
/* SCSS */
$brand: #175233;
/* SwiftUI */
Color(red: 0.090, green: 0.322, blue: 0.200)
/* Android */
Color.parseColor("#175233")Accessibility — WCAG contrast
Aa
#175233 on white: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175233 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.2%
Blue20.0%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow37.8%
Key (black)67.8%
Color previews
#175233 text on a black background
contrast 2.29:1
Card sample
#175233 text on a white background
contrast 9.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175233;
Background color
Panel with #175233 background
background-color: #175233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 82, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 82, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175233; background: linear-gradient(135deg, #175233, #174A52);