#5fdedf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 222, 223
HSL
181°, 67%, 62%
CMYK
57, 0, 0, 13
Luminance
0.6000
Every format
| HEX | #5fdedf |
| RGB | rgb(95, 222, 223) |
| HSL | hsl(181, 67%, 62%) |
| CMYK | cmyk(57%, 0%, 0%, 13%) |
| LAB | lab(81.8 -34.5 -11.1) |
| LCH | lch(81.8 36.2 197.8) |
| OKLCH | oklch(0.831 0.112 195.9) |
Copy-ready code
/* CSS */
color: #5fdedf;
background-color: #5fdedf;
/* Tailwind (arbitrary) */
class="text-[#5fdedf] bg-[#5fdedf]"
/* SCSS */
$brand: #5fdedf;
/* SwiftUI */
Color(red: 0.373, green: 0.871, blue: 0.875)
/* Android */
Color.parseColor("#5fdedf")Accessibility — WCAG contrast
Aa
#5fdedf on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdedf on black: 13.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green87.1%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta0.4%
Yellow0.0%
Key (black)12.5%
Color previews
#5fdedf text on a black background
contrast 13.00:1
Card sample
#5fdedf text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdedf;
Background color
Panel with #5fdedf background
background-color: #5fdedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 222, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 222, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdedf; background: linear-gradient(135deg, #5fdedf, #5F89DF);