#5fdce4
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 220, 228
HSL
184°, 71%, 63%
CMYK
58, 4, 0, 11
Luminance
0.5922
Every format
| HEX | #5fdce4 |
| RGB | rgb(95, 220, 228) |
| HSL | hsl(184, 71%, 63%) |
| CMYK | cmyk(58%, 4%, 0%, 11%) |
| LAB | lab(81.4 -32.2 -14.4) |
| LCH | lch(81.4 35.2 204.1) |
| OKLCH | oklch(0.828 0.111 201.1) |
Copy-ready code
/* CSS */
color: #5fdce4;
background-color: #5fdce4;
/* Tailwind (arbitrary) */
class="text-[#5fdce4] bg-[#5fdce4]"
/* SCSS */
$brand: #5fdce4;
/* SwiftUI */
Color(red: 0.373, green: 0.863, blue: 0.894)
/* Android */
Color.parseColor("#5fdce4")Accessibility — WCAG contrast
Aa
#5fdce4 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdce4 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green86.3%
Blue89.4%
CMYK percentages
Cyan58.3%
Magenta3.5%
Yellow0.0%
Key (black)10.6%
Color previews
#5fdce4 text on a black background
contrast 12.84:1
Card sample
#5fdce4 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdce4;
Background color
Panel with #5fdce4 background
background-color: #5fdce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 220, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 220, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdce4; background: linear-gradient(135deg, #5fdce4, #5F83E4);