#55dfdf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
85, 223, 223
HSL
180°, 68%, 60%
CMYK
62, 0, 0, 13
Luminance
0.6003
Every format
| HEX | #55dfdf |
| RGB | rgb(85, 223, 223) |
| HSL | hsl(180, 68%, 60%) |
| CMYK | cmyk(62%, 0%, 0%, 13%) |
| LAB | lab(81.8 -36.6 -11.1) |
| LCH | lch(81.8 38.3 196.8) |
| OKLCH | oklch(0.830 0.118 195.1) |
Copy-ready code
/* CSS */
color: #55dfdf;
background-color: #55dfdf;
/* Tailwind (arbitrary) */
class="text-[#55dfdf] bg-[#55dfdf]"
/* SCSS */
$brand: #55dfdf;
/* SwiftUI */
Color(red: 0.333, green: 0.875, blue: 0.875)
/* Android */
Color.parseColor("#55dfdf")Accessibility — WCAG contrast
Aa
#55dfdf on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#55dfdf on black: 13.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green87.5%
Blue87.5%
CMYK percentages
Cyan61.9%
Magenta0.0%
Yellow0.0%
Key (black)12.5%
Color previews
#55dfdf text on a black background
contrast 13.01:1
Card sample
#55dfdf text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #55dfdf;
Background color
Panel with #55dfdf background
background-color: #55dfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #55dfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 223, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 223, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #55dfdf; background: linear-gradient(135deg, #55dfdf, #5583DF);