#45c080
a balanced, vivid green · cool · closest name: seagreen
RGB
69, 192, 128
HSL
149°, 49%, 51%
CMYK
64, 0, 33, 25
Luminance
0.4052
Every format
| HEX | #45c080 |
| RGB | rgb(69, 192, 128) |
| HSL | hsl(149, 49%, 51%) |
| CMYK | cmyk(64%, 0%, 33%, 25%) |
| LAB | lab(69.8 -48.8 22.5) |
| LCH | lch(69.8 53.7 155.3) |
| OKLCH | oklch(0.723 0.144 156.8) |
Copy-ready code
/* CSS */
color: #45c080;
background-color: #45c080;
/* Tailwind (arbitrary) */
class="text-[#45c080] bg-[#45c080]"
/* SCSS */
$brand: #45c080;
/* SwiftUI */
Color(red: 0.271, green: 0.753, blue: 0.502)
/* Android */
Color.parseColor("#45c080")Accessibility — WCAG contrast
Aa
#45c080 on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45c080 on black: 9.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green75.3%
Blue50.2%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow33.3%
Key (black)24.7%
Color previews
#45c080 text on a black background
contrast 9.10:1
Card sample
#45c080 text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45c080;
Background color
Panel with #45c080 background
background-color: #45c080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45c080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 192, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 192, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45c080; background: linear-gradient(135deg, #45c080, #45AEC0);