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