#4bccfd
a balanced, electric cyan · cool · closest name: skyblue
RGB
75, 204, 253
HSL
197°, 98%, 64%
CMYK
70, 19, 0, 1
Luminance
0.5177
Every format
| HEX | #4bccfd |
| RGB | rgb(75, 204, 253) |
| HSL | hsl(197, 98%, 64%) |
| CMYK | cmyk(70%, 19%, 0%, 1%) |
| LAB | lab(77.1 -20.0 -34.3) |
| LCH | lch(77.1 39.6 239.7) |
| OKLCH | oklch(0.795 0.130 227.4) |
Copy-ready code
/* CSS */
color: #4bccfd;
background-color: #4bccfd;
/* Tailwind (arbitrary) */
class="text-[#4bccfd] bg-[#4bccfd]"
/* SCSS */
$brand: #4bccfd;
/* SwiftUI */
Color(red: 0.294, green: 0.800, blue: 0.992)
/* Android */
Color.parseColor("#4bccfd")Accessibility — WCAG contrast
Aa
#4bccfd on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bccfd on black: 11.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green80.0%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta19.4%
Yellow0.0%
Key (black)0.8%
Color previews
#4bccfd text on a black background
contrast 11.35:1
Card sample
#4bccfd text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bccfd;
Background color
Panel with #4bccfd background
background-color: #4bccfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bccfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 204, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 204, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bccfd; background: linear-gradient(135deg, #4bccfd, #4B55FD);