#55cfac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
85, 207, 172
HSL
163°, 56%, 57%
CMYK
59, 0, 17, 19
Luminance
0.4954
Every format
| HEX | #55cfac |
| RGB | rgb(85, 207, 172) |
| HSL | hsl(163, 56%, 57%) |
| CMYK | cmyk(59%, 0%, 17%, 19%) |
| LAB | lab(75.8 -42.4 7.3) |
| LCH | lch(75.8 43.0 170.2) |
| OKLCH | oklch(0.776 0.121 171.2) |
Copy-ready code
/* CSS */
color: #55cfac;
background-color: #55cfac;
/* Tailwind (arbitrary) */
class="text-[#55cfac] bg-[#55cfac]"
/* SCSS */
$brand: #55cfac;
/* SwiftUI */
Color(red: 0.333, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#55cfac")Accessibility — WCAG contrast
Aa
#55cfac on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55cfac on black: 10.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green81.2%
Blue67.5%
CMYK percentages
Cyan58.9%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#55cfac text on a black background
contrast 10.91:1
Card sample
#55cfac text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55cfac;
Background color
Panel with #55cfac background
background-color: #55cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55cfac; background: linear-gradient(135deg, #55cfac, #55A1CF);