#45ce61
a balanced, vivid green · cool · closest name: forestgreen
RGB
69, 206, 97
HSL
132°, 58%, 54%
CMYK
67, 0, 53, 19
Luminance
0.4627
Every format
| HEX | #45ce61 |
| RGB | rgb(69, 206, 97) |
| HSL | hsl(132, 58%, 54%) |
| CMYK | cmyk(67%, 0%, 53%, 19%) |
| LAB | lab(73.7 -59.3 43.3) |
| LCH | lch(73.7 73.4 143.9) |
| OKLCH | oklch(0.753 0.191 147.0) |
Copy-ready code
/* CSS */
color: #45ce61;
background-color: #45ce61;
/* Tailwind (arbitrary) */
class="text-[#45ce61] bg-[#45ce61]"
/* SCSS */
$brand: #45ce61;
/* SwiftUI */
Color(red: 0.271, green: 0.808, blue: 0.380)
/* Android */
Color.parseColor("#45ce61")Accessibility — WCAG contrast
Aa
#45ce61 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45ce61 on black: 10.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green80.8%
Blue38.0%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow52.9%
Key (black)19.2%
Color previews
#45ce61 text on a black background
contrast 10.25:1
Card sample
#45ce61 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45ce61;
Background color
Panel with #45ce61 background
background-color: #45ce61;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45ce61;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 206, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 206, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45ce61; background: linear-gradient(135deg, #45ce61, #45CEBC);