#5fdecc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 222, 204
HSL
172°, 66%, 62%
CMYK
57, 0, 8, 13
Luminance
0.5904
Every format
| HEX | #5fdecc |
| RGB | rgb(95, 222, 204) |
| HSL | hsl(172, 66%, 62%) |
| CMYK | cmyk(57%, 0%, 8%, 13%) |
| LAB | lab(81.3 -39.4 -1.8) |
| LCH | lch(81.3 39.4 182.5) |
| OKLCH | oklch(0.824 0.116 182.7) |
Copy-ready code
/* CSS */
color: #5fdecc;
background-color: #5fdecc;
/* Tailwind (arbitrary) */
class="text-[#5fdecc] bg-[#5fdecc]"
/* SCSS */
$brand: #5fdecc;
/* SwiftUI */
Color(red: 0.373, green: 0.871, blue: 0.800)
/* Android */
Color.parseColor("#5fdecc")Accessibility — WCAG contrast
Aa
#5fdecc on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdecc on black: 12.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green87.1%
Blue80.0%
CMYK percentages
Cyan57.2%
Magenta0.0%
Yellow8.1%
Key (black)12.9%
Color previews
#5fdecc text on a black background
contrast 12.81:1
Card sample
#5fdecc text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdecc;
Background color
Panel with #5fdecc background
background-color: #5fdecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 222, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 222, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdecc; background: linear-gradient(135deg, #5fdecc, #5F9BDE);