#4bdafd
a balanced, electric cyan · cool · closest name: skyblue
RGB
75, 218, 253
HSL
192°, 98%, 64%
CMYK
70, 14, 0, 1
Luminance
0.5873
Every format
| HEX | #4bdafd |
| RGB | rgb(75, 218, 253) |
| HSL | hsl(192, 98%, 64%) |
| CMYK | cmyk(70%, 14%, 0%, 1%) |
| LAB | lab(81.1 -27.0 -28.1) |
| LCH | lch(81.1 39.0 226.1) |
| OKLCH | oklch(0.827 0.128 217.7) |
Copy-ready code
/* CSS */
color: #4bdafd;
background-color: #4bdafd;
/* Tailwind (arbitrary) */
class="text-[#4bdafd] bg-[#4bdafd]"
/* SCSS */
$brand: #4bdafd;
/* SwiftUI */
Color(red: 0.294, green: 0.855, blue: 0.992)
/* Android */
Color.parseColor("#4bdafd")Accessibility — WCAG contrast
Aa
#4bdafd on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bdafd on black: 12.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green85.5%
Blue99.2%
CMYK percentages
Cyan70.4%
Magenta13.8%
Yellow0.0%
Key (black)0.8%
Color previews
#4bdafd text on a black background
contrast 12.75:1
Card sample
#4bdafd text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bdafd;
Background color
Panel with #4bdafd background
background-color: #4bdafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bdafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 218, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 218, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bdafd; background: linear-gradient(135deg, #4bdafd, #4B63FD);