#5fbcdf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
95, 188, 223
HSL
196°, 67%, 62%
CMYK
57, 16, 0, 13
Luminance
0.4373
Every format
| HEX | #5fbcdf |
| RGB | rgb(95, 188, 223) |
| HSL | hsl(196, 67%, 62%) |
| CMYK | cmyk(57%, 16%, 0%, 13%) |
| LAB | lab(72.0 -17.7 -25.9) |
| LCH | lch(72.0 31.3 235.7) |
| OKLCH | oklch(0.752 0.101 225.2) |
Copy-ready code
/* CSS */
color: #5fbcdf;
background-color: #5fbcdf;
/* Tailwind (arbitrary) */
class="text-[#5fbcdf] bg-[#5fbcdf]"
/* SCSS */
$brand: #5fbcdf;
/* SwiftUI */
Color(red: 0.373, green: 0.737, blue: 0.875)
/* Android */
Color.parseColor("#5fbcdf")Accessibility — WCAG contrast
Aa
#5fbcdf on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fbcdf on black: 9.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green73.7%
Blue87.5%
CMYK percentages
Cyan57.4%
Magenta15.7%
Yellow0.0%
Key (black)12.5%
Color previews
#5fbcdf text on a black background
contrast 9.75:1
Card sample
#5fbcdf text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fbcdf;
Background color
Panel with #5fbcdf background
background-color: #5fbcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fbcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 188, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 188, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fbcdf; background: linear-gradient(135deg, #5fbcdf, #5F67DF);