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