#5fdce6
a balanced, vivid cyan · cool · closest name: turquoise
RGB
95, 220, 230
HSL
184°, 73%, 64%
CMYK
59, 4, 0, 10
Luminance
0.5933
Every format
| HEX | #5fdce6 |
| RGB | rgb(95, 220, 230) |
| HSL | hsl(184, 73%, 64%) |
| CMYK | cmyk(59%, 4%, 0%, 10%) |
| LAB | lab(81.5 -31.6 -15.3) |
| LCH | lch(81.5 35.1 205.9) |
| OKLCH | oklch(0.828 0.111 202.5) |
Copy-ready code
/* CSS */
color: #5fdce6;
background-color: #5fdce6;
/* Tailwind (arbitrary) */
class="text-[#5fdce6] bg-[#5fdce6]"
/* SCSS */
$brand: #5fdce6;
/* SwiftUI */
Color(red: 0.373, green: 0.863, blue: 0.902)
/* Android */
Color.parseColor("#5fdce6")Accessibility — WCAG contrast
Aa
#5fdce6 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fdce6 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green86.3%
Blue90.2%
CMYK percentages
Cyan58.7%
Magenta4.3%
Yellow0.0%
Key (black)9.8%
Color previews
#5fdce6 text on a black background
contrast 12.87:1
Card sample
#5fdce6 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fdce6;
Background color
Panel with #5fdce6 background
background-color: #5fdce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fdce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 220, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 220, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fdce6; background: linear-gradient(135deg, #5fdce6, #5F82E6);