#5fdbb8
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 219, 184
HSL
163°, 63%, 62%
CMYK
57, 0, 16, 14
Luminance
0.5656
Every format
| HEX | #5fdbb8 |
| RGB | rgb(95, 219, 184) |
| HSL | hsl(163, 63%, 62%) |
| CMYK | cmyk(57%, 0%, 16%, 14%) |
| LAB | lab(79.9 -42.9 6.9) |
| LCH | lch(79.9 43.4 170.9) |
| OKLCH | oklch(0.812 0.122 171.8) |
Copy-ready code
/* CSS */
color: #5fdbb8;
background-color: #5fdbb8;
/* Tailwind (arbitrary) */
class="text-[#5fdbb8] bg-[#5fdbb8]"
/* SCSS */
$brand: #5fdbb8;
/* SwiftUI */
Color(red: 0.373, green: 0.859, blue: 0.722)
/* Android */
Color.parseColor("#5fdbb8")Accessibility — WCAG contrast
Aa
#5fdbb8 on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdbb8 on black: 12.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green85.9%
Blue72.2%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow16.0%
Key (black)14.1%
Color previews
#5fdbb8 text on a black background
contrast 12.31:1
Card sample
#5fdbb8 text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdbb8;
Background color
Panel with #5fdbb8 background
background-color: #5fdbb8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdbb8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 219, 184, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 219, 184, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdbb8; background: linear-gradient(135deg, #5fdbb8, #5FABDB);