#55aa99
a balanced, soft cyan · cool · closest name: teal
RGB
85, 170, 153
HSL
168°, 33%, 50%
CMYK
50, 0, 10, 33
Luminance
0.3298
Every format
| HEX | #55aa99 |
| RGB | rgb(85, 170, 153) |
| HSL | hsl(168, 33%, 50%) |
| CMYK | cmyk(50%, 0%, 10%, 33%) |
| LAB | lab(64.1 -30.0 0.9) |
| LCH | lch(64.1 30.0 178.4) |
| OKLCH | oklch(0.680 0.087 178.8) |
Copy-ready code
/* CSS */
color: #55aa99;
background-color: #55aa99;
/* Tailwind (arbitrary) */
class="text-[#55aa99] bg-[#55aa99]"
/* SCSS */
$brand: #55aa99;
/* SwiftUI */
Color(red: 0.333, green: 0.667, blue: 0.600)
/* Android */
Color.parseColor("#55aa99")Accessibility — WCAG contrast
Aa
#55aa99 on white: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55aa99 on black: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green66.7%
Blue60.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow10.0%
Key (black)33.3%
Color previews
#55aa99 text on a black background
contrast 7.60:1
Card sample
#55aa99 text on a white background
contrast 2.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55aa99;
Background color
Panel with #55aa99 background
background-color: #55aa99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55aa99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 170, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 170, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55aa99; background: linear-gradient(135deg, #55aa99, #5582AA);