#5fbabc
a balanced, soft cyan · cool · closest name: skyblue
RGB
95, 186, 188
HSL
181°, 41%, 56%
CMYK
50, 1, 0, 26
Luminance
0.4118
Every format
| HEX | #5fbabc |
| RGB | rgb(95, 186, 188) |
| HSL | hsl(181, 41%, 56%) |
| CMYK | cmyk(50%, 1%, 0%, 26%) |
| LAB | lab(70.3 -26.5 -9.4) |
| LCH | lch(70.3 28.1 199.5) |
| OKLCH | oklch(0.734 0.087 197.3) |
Copy-ready code
/* CSS */
color: #5fbabc;
background-color: #5fbabc;
/* Tailwind (arbitrary) */
class="text-[#5fbabc] bg-[#5fbabc]"
/* SCSS */
$brand: #5fbabc;
/* SwiftUI */
Color(red: 0.373, green: 0.729, blue: 0.737)
/* Android */
Color.parseColor("#5fbabc")Accessibility — WCAG contrast
Aa
#5fbabc on white: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fbabc on black: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green72.9%
Blue73.7%
CMYK percentages
Cyan49.5%
Magenta1.1%
Yellow0.0%
Key (black)26.3%
Color previews
#5fbabc text on a black background
contrast 9.24:1
Card sample
#5fbabc text on a white background
contrast 2.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fbabc;
Background color
Panel with #5fbabc background
background-color: #5fbabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fbabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 186, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 186, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fbabc; background: linear-gradient(135deg, #5fbabc, #5F7CBC);