#45c18d
a balanced, vivid green · cool · closest name: seagreen
RGB
69, 193, 141
HSL
155°, 50%, 51%
CMYK
64, 0, 27, 24
Luminance
0.4133
Every format
| HEX | #45c18d |
| RGB | rgb(69, 193, 141) |
| HSL | hsl(155, 50%, 51%) |
| CMYK | cmyk(64%, 0%, 27%, 24%) |
| LAB | lab(70.4 -46.5 16.3) |
| LCH | lch(70.4 49.3 160.7) |
| OKLCH | oklch(0.729 0.134 162.0) |
Copy-ready code
/* CSS */
color: #45c18d;
background-color: #45c18d;
/* Tailwind (arbitrary) */
class="text-[#45c18d] bg-[#45c18d]"
/* SCSS */
$brand: #45c18d;
/* SwiftUI */
Color(red: 0.271, green: 0.757, blue: 0.553)
/* Android */
Color.parseColor("#45c18d")Accessibility — WCAG contrast
Aa
#45c18d on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45c18d on black: 9.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green75.7%
Blue55.3%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow26.9%
Key (black)24.3%
Color previews
#45c18d text on a black background
contrast 9.27:1
Card sample
#45c18d text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45c18d;
Background color
Panel with #45c18d background
background-color: #45c18d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45c18d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 193, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 193, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45c18d; background: linear-gradient(135deg, #45c18d, #45A2C1);