#45c164
a balanced, vivid green · cool · closest name: forestgreen
RGB
69, 193, 100
HSL
135°, 50%, 51%
CMYK
64, 0, 48, 24
Luminance
0.4033
Every format
| HEX | #45c164 |
| RGB | rgb(69, 193, 100) |
| HSL | hsl(135, 50%, 51%) |
| CMYK | cmyk(64%, 0%, 48%, 24%) |
| LAB | lab(69.7 -54.1 36.8) |
| LCH | lch(69.7 65.5 145.8) |
| OKLCH | oklch(0.721 0.171 148.5) |
Copy-ready code
/* CSS */
color: #45c164;
background-color: #45c164;
/* Tailwind (arbitrary) */
class="text-[#45c164] bg-[#45c164]"
/* SCSS */
$brand: #45c164;
/* SwiftUI */
Color(red: 0.271, green: 0.757, blue: 0.392)
/* Android */
Color.parseColor("#45c164")Accessibility — WCAG contrast
Aa
#45c164 on white: 2.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45c164 on black: 9.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green75.7%
Blue39.2%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow48.2%
Key (black)24.3%
Color previews
#45c164 text on a black background
contrast 9.07:1
Card sample
#45c164 text on a white background
contrast 2.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45c164;
Background color
Panel with #45c164 background
background-color: #45c164;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45c164;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 193, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 193, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45c164; background: linear-gradient(135deg, #45c164, #45C1B7);