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