#4bbcfb
a balanced, electric blue · cool · closest name: skyblue
RGB
75, 188, 251
HSL
202°, 96%, 64%
CMYK
70, 25, 0, 2
Luminance
0.4443
Every format
| HEX | #4bbcfb |
| RGB | rgb(75, 188, 251) |
| HSL | hsl(202, 96%, 64%) |
| CMYK | cmyk(70%, 25%, 0%, 2%) |
| LAB | lab(72.5 -12.2 -40.4) |
| LCH | lch(72.5 42.2 253.1) |
| OKLCH | oklch(0.757 0.136 237.1) |
Copy-ready code
/* CSS */
color: #4bbcfb;
background-color: #4bbcfb;
/* Tailwind (arbitrary) */
class="text-[#4bbcfb] bg-[#4bbcfb]"
/* SCSS */
$brand: #4bbcfb;
/* SwiftUI */
Color(red: 0.294, green: 0.737, blue: 0.984)
/* Android */
Color.parseColor("#4bbcfb")Accessibility — WCAG contrast
Aa
#4bbcfb on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bbcfb on black: 9.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green73.7%
Blue98.4%
CMYK percentages
Cyan70.1%
Magenta25.1%
Yellow0.0%
Key (black)1.6%
Color previews
#4bbcfb text on a black background
contrast 9.89:1
Card sample
#4bbcfb text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bbcfb;
Background color
Panel with #4bbcfb background
background-color: #4bbcfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bbcfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 188, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 188, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bbcfb; background: linear-gradient(135deg, #4bbcfb, #4F4BFB);