#5cbfe2
a balanced, vivid cyan · cool · closest name: skyblue
RGB
92, 191, 226
HSL
196°, 70%, 62%
CMYK
59, 16, 0, 11
Luminance
0.4503
Every format
| HEX | #5cbfe2 |
| RGB | rgb(92, 191, 226) |
| HSL | hsl(196, 70%, 62%) |
| CMYK | cmyk(59%, 16%, 0%, 11%) |
| LAB | lab(72.9 -18.9 -26.2) |
| LCH | lch(72.9 32.3 234.2) |
| OKLCH | oklch(0.759 0.105 224.0) |
Copy-ready code
/* CSS */
color: #5cbfe2;
background-color: #5cbfe2;
/* Tailwind (arbitrary) */
class="text-[#5cbfe2] bg-[#5cbfe2]"
/* SCSS */
$brand: #5cbfe2;
/* SwiftUI */
Color(red: 0.361, green: 0.749, blue: 0.886)
/* Android */
Color.parseColor("#5cbfe2")Accessibility — WCAG contrast
Aa
#5cbfe2 on white: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cbfe2 on black: 10.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green74.9%
Blue88.6%
CMYK percentages
Cyan59.3%
Magenta15.5%
Yellow0.0%
Key (black)11.4%
Color previews
#5cbfe2 text on a black background
contrast 10.01:1
Card sample
#5cbfe2 text on a white background
contrast 2.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cbfe2;
Background color
Panel with #5cbfe2 background
background-color: #5cbfe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cbfe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 191, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 191, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cbfe2; background: linear-gradient(135deg, #5cbfe2, #5C66E2);