#5bccef
a balanced, electric cyan · cool · closest name: skyblue
RGB
91, 204, 239
HSL
194°, 82%, 65%
CMYK
62, 15, 0, 6
Luminance
0.5164
Every format
| HEX | #5bccef |
| RGB | rgb(91, 204, 239) |
| HSL | hsl(194, 82%, 65%) |
| CMYK | cmyk(62%, 15%, 0%, 6%) |
| LAB | lab(77.1 -21.9 -26.8) |
| LCH | lch(77.1 34.6 230.8) |
| OKLCH | oklch(0.793 0.113 221.4) |
Copy-ready code
/* CSS */
color: #5bccef;
background-color: #5bccef;
/* Tailwind (arbitrary) */
class="text-[#5bccef] bg-[#5bccef]"
/* SCSS */
$brand: #5bccef;
/* SwiftUI */
Color(red: 0.357, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#5bccef")Accessibility — WCAG contrast
Aa
#5bccef on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bccef on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green80.0%
Blue93.7%
CMYK percentages
Cyan61.9%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#5bccef text on a black background
contrast 11.33:1
Card sample
#5bccef text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bccef;
Background color
Panel with #5bccef background
background-color: #5bccef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bccef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bccef; background: linear-gradient(135deg, #5bccef, #5B69EF);