#45cf7f
a balanced, vivid green · cool · closest name: aquamarine
RGB
69, 207, 127
HSL
145°, 59%, 54%
CMYK
67, 0, 39, 19
Luminance
0.4742
Every format
| HEX | #45cf7f |
| RGB | rgb(69, 207, 127) |
| HSL | hsl(145, 59%, 54%) |
| CMYK | cmyk(67%, 0%, 39%, 19%) |
| LAB | lab(74.5 -54.9 29.2) |
| LCH | lch(74.5 62.2 152.0) |
| OKLCH | oklch(0.761 0.165 153.8) |
Copy-ready code
/* CSS */
color: #45cf7f;
background-color: #45cf7f;
/* Tailwind (arbitrary) */
class="text-[#45cf7f] bg-[#45cf7f]"
/* SCSS */
$brand: #45cf7f;
/* SwiftUI */
Color(red: 0.271, green: 0.812, blue: 0.498)
/* Android */
Color.parseColor("#45cf7f")Accessibility — WCAG contrast
Aa
#45cf7f on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45cf7f on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green81.2%
Blue49.8%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow38.6%
Key (black)18.8%
Color previews
#45cf7f text on a black background
contrast 10.48:1
Card sample
#45cf7f text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45cf7f;
Background color
Panel with #45cf7f background
background-color: #45cf7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45cf7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 207, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 207, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45cf7f; background: linear-gradient(135deg, #45cf7f, #45C3CF);