#5cbfef
a balanced, electric cyan · cool · closest name: skyblue
RGB
92, 191, 239
HSL
200°, 82%, 65%
CMYK
62, 20, 0, 6
Luminance
0.4577
Every format
| HEX | #5cbfef |
| RGB | rgb(92, 191, 239) |
| HSL | hsl(200, 82%, 65%) |
| CMYK | cmyk(62%, 20%, 0%, 6%) |
| LAB | lab(73.4 -15.0 -32.5) |
| LCH | lch(73.4 35.8 245.2) |
| OKLCH | oklch(0.764 0.115 232.1) |
Copy-ready code
/* CSS */
color: #5cbfef;
background-color: #5cbfef;
/* Tailwind (arbitrary) */
class="text-[#5cbfef] bg-[#5cbfef]"
/* SCSS */
$brand: #5cbfef;
/* SwiftUI */
Color(red: 0.361, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#5cbfef")Accessibility — WCAG contrast
Aa
#5cbfef on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cbfef on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green74.9%
Blue93.7%
CMYK percentages
Cyan61.5%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#5cbfef text on a black background
contrast 10.15:1
Card sample
#5cbfef text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cbfef;
Background color
Panel with #5cbfef background
background-color: #5cbfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cbfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cbfef; background: linear-gradient(135deg, #5cbfef, #5C5DEF);