#17531c
a deep, vivid green · cool · closest name: seagreen
RGB
23, 83, 28
HSL
125°, 57%, 21%
CMYK
72, 0, 66, 68
Luminance
0.0645
Every format
| HEX | #17531c |
| RGB | rgb(23, 83, 28) |
| HSL | hsl(125, 57%, 21%) |
| CMYK | cmyk(72%, 0%, 66%, 68%) |
| LAB | lab(30.5 -31.8 26.1) |
| LCH | lch(30.5 41.1 140.5) |
| OKLCH | oklch(0.391 0.106 144.5) |
Copy-ready code
/* CSS */
color: #17531c;
background-color: #17531c;
/* Tailwind (arbitrary) */
class="text-[#17531c] bg-[#17531c]"
/* SCSS */
$brand: #17531c;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.110)
/* Android */
Color.parseColor("#17531c")Accessibility — WCAG contrast
Aa
#17531c on white: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17531c on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue11.0%
CMYK percentages
Cyan72.3%
Magenta0.0%
Yellow66.3%
Key (black)67.5%
Color previews
#17531c text on a black background
contrast 2.29:1
Card sample
#17531c text on a white background
contrast 9.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17531c;
Background color
Panel with #17531c background
background-color: #17531c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17531c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17531c; background: linear-gradient(135deg, #17531c, #175344);