#44cc88
a balanced, vivid green · cool · closest name: aquamarine
RGB
68, 204, 136
HSL
150°, 57%, 53%
CMYK
67, 0, 33, 20
Luminance
0.4619
Every format
| HEX | #44cc88 |
| RGB | rgb(68, 204, 136) |
| HSL | hsl(150, 57%, 53%) |
| CMYK | cmyk(67%, 0%, 33%, 20%) |
| LAB | lab(73.7 -52.2 23.4) |
| LCH | lch(73.7 57.2 155.8) |
| OKLCH | oklch(0.755 0.153 157.3) |
Copy-ready code
/* CSS */
color: #44cc88;
background-color: #44cc88;
/* Tailwind (arbitrary) */
class="text-[#44cc88] bg-[#44cc88]"
/* SCSS */
$brand: #44cc88;
/* SwiftUI */
Color(red: 0.267, green: 0.800, blue: 0.533)
/* Android */
Color.parseColor("#44cc88")Accessibility — WCAG contrast
Aa
#44cc88 on white: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44cc88 on black: 10.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green80.0%
Blue53.3%
CMYK percentages
Cyan66.7%
Magenta0.0%
Yellow33.3%
Key (black)20.0%
Color previews
#44cc88 text on a black background
contrast 10.24:1
Card sample
#44cc88 text on a white background
contrast 2.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44cc88;
Background color
Panel with #44cc88 background
background-color: #44cc88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44cc88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 204, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 204, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44cc88; background: linear-gradient(135deg, #44cc88, #44B5CC);