#4bc1eb
a balanced, electric cyan · cool · closest name: skyblue
RGB
75, 193, 235
HSL
196°, 80%, 61%
CMYK
68, 18, 0, 8
Luminance
0.4563
Every format
| HEX | #4bc1eb |
| RGB | rgb(75, 193, 235) |
| HSL | hsl(196, 80%, 61%) |
| CMYK | cmyk(68%, 18%, 0%, 8%) |
| LAB | lab(73.3 -20.0 -30.5) |
| LCH | lch(73.3 36.5 236.8) |
| OKLCH | oklch(0.762 0.120 225.4) |
Copy-ready code
/* CSS */
color: #4bc1eb;
background-color: #4bc1eb;
/* Tailwind (arbitrary) */
class="text-[#4bc1eb] bg-[#4bc1eb]"
/* SCSS */
$brand: #4bc1eb;
/* SwiftUI */
Color(red: 0.294, green: 0.757, blue: 0.922)
/* Android */
Color.parseColor("#4bc1eb")Accessibility — WCAG contrast
Aa
#4bc1eb on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bc1eb on black: 10.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green75.7%
Blue92.2%
CMYK percentages
Cyan68.1%
Magenta17.9%
Yellow0.0%
Key (black)7.8%
Color previews
#4bc1eb text on a black background
contrast 10.13:1
Card sample
#4bc1eb text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bc1eb;
Background color
Panel with #4bc1eb background
background-color: #4bc1eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bc1eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 193, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 193, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bc1eb; background: linear-gradient(135deg, #4bc1eb, #4B56EB);