#5fc2cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
95, 194, 207
HSL
187°, 54%, 59%
CMYK
54, 6, 0, 19
Luminance
0.4552
Every format
| HEX | #5fc2cf |
| RGB | rgb(95, 194, 207) |
| HSL | hsl(187, 54%, 59%) |
| CMYK | cmyk(54%, 6%, 0%, 19%) |
| LAB | lab(73.2 -25.3 -15.4) |
| LCH | lch(73.2 29.6 211.3) |
| OKLCH | oklch(0.759 0.094 206.8) |
Copy-ready code
/* CSS */
color: #5fc2cf;
background-color: #5fc2cf;
/* Tailwind (arbitrary) */
class="text-[#5fc2cf] bg-[#5fc2cf]"
/* SCSS */
$brand: #5fc2cf;
/* SwiftUI */
Color(red: 0.373, green: 0.761, blue: 0.812)
/* Android */
Color.parseColor("#5fc2cf")Accessibility — WCAG contrast
Aa
#5fc2cf on white: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fc2cf on black: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green76.1%
Blue81.2%
CMYK percentages
Cyan54.1%
Magenta6.3%
Yellow0.0%
Key (black)18.8%
Color previews
#5fc2cf text on a black background
contrast 10.10:1
Card sample
#5fc2cf text on a white background
contrast 2.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fc2cf;
Background color
Panel with #5fc2cf background
background-color: #5fc2cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fc2cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 194, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 194, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fc2cf; background: linear-gradient(135deg, #5fc2cf, #5F77CF);