#5fc4d3
a balanced, vivid cyan · cool · closest name: skyblue
RGB
95, 196, 211
HSL
188°, 57%, 60%
CMYK
55, 7, 0, 17
Luminance
0.4662
Every format
| HEX | #5fc4d3 |
| RGB | rgb(95, 196, 211) |
| HSL | hsl(188, 57%, 60%) |
| CMYK | cmyk(55%, 7%, 0%, 17%) |
| LAB | lab(73.9 -25.2 -16.5) |
| LCH | lch(73.9 30.1 213.2) |
| OKLCH | oklch(0.766 0.096 208.3) |
Copy-ready code
/* CSS */
color: #5fc4d3;
background-color: #5fc4d3;
/* Tailwind (arbitrary) */
class="text-[#5fc4d3] bg-[#5fc4d3]"
/* SCSS */
$brand: #5fc4d3;
/* SwiftUI */
Color(red: 0.373, green: 0.769, blue: 0.827)
/* Android */
Color.parseColor("#5fc4d3")Accessibility — WCAG contrast
Aa
#5fc4d3 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fc4d3 on black: 10.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green76.9%
Blue82.7%
CMYK percentages
Cyan55.0%
Magenta7.1%
Yellow0.0%
Key (black)17.3%
Color previews
#5fc4d3 text on a black background
contrast 10.32:1
Card sample
#5fc4d3 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fc4d3;
Background color
Panel with #5fc4d3 background
background-color: #5fc4d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fc4d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 196, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 196, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fc4d3; background: linear-gradient(135deg, #5fc4d3, #5F77D3);