#5fddbf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 221, 191
HSL
166°, 65%, 62%
CMYK
57, 0, 14, 13
Luminance
0.5791
Every format
| HEX | #5fddbf |
| RGB | rgb(95, 221, 191) |
| HSL | hsl(166, 65%, 62%) |
| CMYK | cmyk(57%, 0%, 14%, 13%) |
| LAB | lab(80.7 -42.1 4.3) |
| LCH | lch(80.7 42.3 174.2) |
| OKLCH | oklch(0.818 0.121 175.0) |
Copy-ready code
/* CSS */
color: #5fddbf;
background-color: #5fddbf;
/* Tailwind (arbitrary) */
class="text-[#5fddbf] bg-[#5fddbf]"
/* SCSS */
$brand: #5fddbf;
/* SwiftUI */
Color(red: 0.373, green: 0.867, blue: 0.749)
/* Android */
Color.parseColor("#5fddbf")Accessibility — WCAG contrast
Aa
#5fddbf on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fddbf on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green86.7%
Blue74.9%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow13.6%
Key (black)13.3%
Color previews
#5fddbf text on a black background
contrast 12.58:1
Card sample
#5fddbf text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fddbf;
Background color
Panel with #5fddbf background
background-color: #5fddbf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fddbf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 221, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 221, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fddbf; background: linear-gradient(135deg, #5fddbf, #5FA7DD);