#117432
a dark, vivid green · cool · closest name: seagreen
RGB
17, 116, 50
HSL
140°, 74%, 26%
CMYK
85, 0, 57, 55
Luminance
0.1284
Every format
| HEX | #117432 |
| RGB | rgb(17, 116, 50) |
| HSL | hsl(140, 74%, 26%) |
| CMYK | cmyk(85%, 0%, 57%, 55%) |
| LAB | lab(42.5 -42.1 28.7) |
| LCH | lch(42.5 51.0 145.8) |
| OKLCH | oklch(0.490 0.132 148.7) |
Copy-ready code
/* CSS */
color: #117432;
background-color: #117432;
/* Tailwind (arbitrary) */
class="text-[#117432] bg-[#117432]"
/* SCSS */
$brand: #117432;
/* SwiftUI */
Color(red: 0.067, green: 0.455, blue: 0.196)
/* Android */
Color.parseColor("#117432")Accessibility — WCAG contrast
Aa
#117432 on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#117432 on black: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red6.7%
Green45.5%
Blue19.6%
CMYK percentages
Cyan85.3%
Magenta0.0%
Yellow56.9%
Key (black)54.5%
Color previews
#117432 text on a black background
contrast 3.57:1
Card sample
#117432 text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #117432;
Background color
Panel with #117432 background
background-color: #117432;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #117432;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(17, 116, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(17, 116, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #117432; background: linear-gradient(135deg, #117432, #117474);