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