#44aa88
a balanced, soft cyan · cool · closest name: seagreen
RGB
68, 170, 136
HSL
160°, 43%, 47%
CMYK
60, 0, 20, 33
Luminance
0.3176
Every format
| HEX | #44aa88 |
| RGB | rgb(68, 170, 136) |
| HSL | hsl(160, 43%, 47%) |
| CMYK | cmyk(60%, 0%, 20%, 33%) |
| LAB | lab(63.1 -37.9 8.8) |
| LCH | lch(63.1 38.9 166.9) |
| OKLCH | oklch(0.669 0.108 168.0) |
Copy-ready code
/* CSS */
color: #44aa88;
background-color: #44aa88;
/* Tailwind (arbitrary) */
class="text-[#44aa88] bg-[#44aa88]"
/* SCSS */
$brand: #44aa88;
/* SwiftUI */
Color(red: 0.267, green: 0.667, blue: 0.533)
/* Android */
Color.parseColor("#44aa88")Accessibility — WCAG contrast
Aa
#44aa88 on white: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#44aa88 on black: 7.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.7%
Green66.7%
Blue53.3%
CMYK percentages
Cyan60.0%
Magenta0.0%
Yellow20.0%
Key (black)33.3%
Color previews
#44aa88 text on a black background
contrast 7.35:1
Card sample
#44aa88 text on a white background
contrast 2.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #44aa88;
Background color
Panel with #44aa88 background
background-color: #44aa88;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #44aa88;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(68, 170, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(68, 170, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #44aa88; background: linear-gradient(135deg, #44aa88, #4488AA);