#44aa55
a balanced, soft green · cool · closest name: forestgreen
RGB
68, 170, 85
HSL
130°, 43%, 47%
CMYK
60, 0, 50, 33
Luminance
0.3063
Every format
| HEX | #44aa55 |
| RGB | rgb(68, 170, 85) |
| HSL | hsl(130, 43%, 47%) |
| CMYK | cmyk(60%, 0%, 50%, 33%) |
| LAB | lab(62.2 -47.8 35.0) |
| LCH | lch(62.2 59.3 143.8) |
| OKLCH | oklch(0.658 0.155 146.7) |
Copy-ready code
/* CSS */
color: #44aa55;
background-color: #44aa55;
/* Tailwind (arbitrary) */
class="text-[#44aa55] bg-[#44aa55]"
/* SCSS */
$brand: #44aa55;
/* SwiftUI */
Color(red: 0.267, green: 0.667, blue: 0.333)
/* Android */
Color.parseColor("#44aa55")Accessibility — WCAG contrast
Aa
#44aa55 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44aa55 on black: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green66.7%
Blue33.3%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow50.0%
Key (black)33.3%
Color previews
#44aa55 text on a black background
contrast 7.13:1
Card sample
#44aa55 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44aa55;
Background color
Panel with #44aa55 background
background-color: #44aa55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44aa55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 170, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 170, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44aa55; background: linear-gradient(135deg, #44aa55, #44AA99);