#5599aa
a balanced, soft cyan · cool · closest name: teal
RGB
85, 153, 170
HSL
192°, 33%, 50%
CMYK
50, 10, 0, 33
Luminance
0.2762
Every format
| HEX | #5599aa |
| RGB | rgb(85, 153, 170) |
| HSL | hsl(192, 33%, 50%) |
| CMYK | cmyk(50%, 10%, 0%, 33%) |
| LAB | lab(59.5 -16.8 -15.6) |
| LCH | lch(59.5 22.9 222.8) |
| OKLCH | oklch(0.645 0.073 215.8) |
Copy-ready code
/* CSS */
color: #5599aa;
background-color: #5599aa;
/* Tailwind (arbitrary) */
class="text-[#5599aa] bg-[#5599aa]"
/* SCSS */
$brand: #5599aa;
/* SwiftUI */
Color(red: 0.333, green: 0.600, blue: 0.667)
/* Android */
Color.parseColor("#5599aa")Accessibility — WCAG contrast
Aa
#5599aa on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5599aa on black: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green60.0%
Blue66.7%
CMYK percentages
Cyan50.0%
Magenta10.0%
Yellow0.0%
Key (black)33.3%
Color previews
#5599aa text on a black background
contrast 6.52:1
Card sample
#5599aa text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5599aa;
Background color
Panel with #5599aa background
background-color: #5599aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5599aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 153, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 153, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5599aa; background: linear-gradient(135deg, #5599aa, #5560AA);