#5fdbcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 219, 203
HSL
172°, 63%, 62%
CMYK
57, 0, 7, 14
Luminance
0.5741
Every format
| HEX | #5fdbcb |
| RGB | rgb(95, 219, 203) |
| HSL | hsl(172, 63%, 62%) |
| CMYK | cmyk(57%, 0%, 7%, 14%) |
| LAB | lab(80.4 -38.3 -2.5) |
| LCH | lch(80.4 38.4 183.8) |
| OKLCH | oklch(0.817 0.113 183.8) |
Copy-ready code
/* CSS */
color: #5fdbcb;
background-color: #5fdbcb;
/* Tailwind (arbitrary) */
class="text-[#5fdbcb] bg-[#5fdbcb]"
/* SCSS */
$brand: #5fdbcb;
/* SwiftUI */
Color(red: 0.373, green: 0.859, blue: 0.796)
/* Android */
Color.parseColor("#5fdbcb")Accessibility — WCAG contrast
Aa
#5fdbcb on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdbcb on black: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green85.9%
Blue79.6%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow7.3%
Key (black)14.1%
Color previews
#5fdbcb text on a black background
contrast 12.48:1
Card sample
#5fdbcb text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdbcb;
Background color
Panel with #5fdbcb background
background-color: #5fdbcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdbcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 219, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 219, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdbcb; background: linear-gradient(135deg, #5fdbcb, #5F98DB);