#45ce80
a balanced, vivid green · cool · closest name: aquamarine
RGB
69, 206, 128
HSL
146°, 58%, 54%
CMYK
67, 0, 38, 19
Luminance
0.4697
Every format
| HEX | #45ce80 |
| RGB | rgb(69, 206, 128) |
| HSL | hsl(146, 58%, 54%) |
| CMYK | cmyk(67%, 0%, 38%, 19%) |
| LAB | lab(74.2 -54.3 28.3) |
| LCH | lch(74.2 61.2 152.5) |
| OKLCH | oklch(0.759 0.163 154.3) |
Copy-ready code
/* CSS */
color: #45ce80;
background-color: #45ce80;
/* Tailwind (arbitrary) */
class="text-[#45ce80] bg-[#45ce80]"
/* SCSS */
$brand: #45ce80;
/* SwiftUI */
Color(red: 0.271, green: 0.808, blue: 0.502)
/* Android */
Color.parseColor("#45ce80")Accessibility — WCAG contrast
Aa
#45ce80 on white: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45ce80 on black: 10.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green80.8%
Blue50.2%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow37.9%
Key (black)19.2%
Color previews
#45ce80 text on a black background
contrast 10.39:1
Card sample
#45ce80 text on a white background
contrast 2.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45ce80;
Background color
Panel with #45ce80 background
background-color: #45ce80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45ce80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 206, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 206, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45ce80; background: linear-gradient(135deg, #45ce80, #45C1CE);