#5fbade
a balanced, vivid cyan · cool · closest name: skyblue
RGB
95, 186, 222
HSL
197°, 66%, 62%
CMYK
57, 16, 0, 13
Luminance
0.4282
Every format
| HEX | #5fbade |
| RGB | rgb(95, 186, 222) |
| HSL | hsl(197, 66%, 62%) |
| CMYK | cmyk(57%, 16%, 0%, 13%) |
| LAB | lab(71.4 -16.9 -26.3) |
| LCH | lch(71.4 31.3 237.2) |
| OKLCH | oklch(0.747 0.101 226.4) |
Copy-ready code
/* CSS */
color: #5fbade;
background-color: #5fbade;
/* Tailwind (arbitrary) */
class="text-[#5fbade] bg-[#5fbade]"
/* SCSS */
$brand: #5fbade;
/* SwiftUI */
Color(red: 0.373, green: 0.729, blue: 0.871)
/* Android */
Color.parseColor("#5fbade")Accessibility — WCAG contrast
Aa
#5fbade on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fbade on black: 9.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green72.9%
Blue87.1%
CMYK percentages
Cyan57.2%
Magenta16.2%
Yellow0.0%
Key (black)12.9%
Color previews
#5fbade text on a black background
contrast 9.56:1
Card sample
#5fbade text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fbade;
Background color
Panel with #5fbade background
background-color: #5fbade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fbade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 186, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 186, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fbade; background: linear-gradient(135deg, #5fbade, #5F66DE);