#55d3ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
85, 211, 186
HSL
168°, 59%, 58%
CMYK
60, 0, 12, 17
Luminance
0.5206
Every format
| HEX | #55d3ba |
| RGB | rgb(85, 211, 186) |
| HSL | hsl(168, 59%, 58%) |
| CMYK | cmyk(60%, 0%, 12%, 17%) |
| LAB | lab(77.3 -40.8 2.0) |
| LCH | lch(77.3 40.9 177.2) |
| OKLCH | oklch(0.790 0.117 177.7) |
Copy-ready code
/* CSS */
color: #55d3ba;
background-color: #55d3ba;
/* Tailwind (arbitrary) */
class="text-[#55d3ba] bg-[#55d3ba]"
/* SCSS */
$brand: #55d3ba;
/* SwiftUI */
Color(red: 0.333, green: 0.827, blue: 0.729)
/* Android */
Color.parseColor("#55d3ba")Accessibility — WCAG contrast
Aa
#55d3ba on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55d3ba on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green82.7%
Blue72.9%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow11.8%
Key (black)17.3%
Color previews
#55d3ba text on a black background
contrast 11.41:1
Card sample
#55d3ba text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55d3ba;
Background color
Panel with #55d3ba background
background-color: #55d3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55d3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 211, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 211, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55d3ba; background: linear-gradient(135deg, #55d3ba, #5598D3);