#45ce93
a balanced, vivid green · cool · closest name: aquamarine
RGB
69, 206, 147
HSL
154°, 58%, 54%
CMYK
67, 0, 29, 19
Luminance
0.4751
Every format
| HEX | #45ce93 |
| RGB | rgb(69, 206, 147) |
| HSL | hsl(154, 58%, 54%) |
| CMYK | cmyk(67%, 0%, 29%, 19%) |
| LAB | lab(74.5 -50.5 18.8) |
| LCH | lch(74.5 53.9 159.6) |
| OKLCH | oklch(0.763 0.146 160.9) |
Copy-ready code
/* CSS */
color: #45ce93;
background-color: #45ce93;
/* Tailwind (arbitrary) */
class="text-[#45ce93] bg-[#45ce93]"
/* SCSS */
$brand: #45ce93;
/* SwiftUI */
Color(red: 0.271, green: 0.808, blue: 0.576)
/* Android */
Color.parseColor("#45ce93")Accessibility — WCAG contrast
Aa
#45ce93 on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#45ce93 on black: 10.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green80.8%
Blue57.6%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow28.6%
Key (black)19.2%
Color previews
#45ce93 text on a black background
contrast 10.50:1
Card sample
#45ce93 text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #45ce93;
Background color
Panel with #45ce93 background
background-color: #45ce93;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #45ce93;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 206, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 206, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #45ce93; background: linear-gradient(135deg, #45ce93, #45AECE);