#4bcaf4
a balanced, electric cyan · cool · closest name: skyblue
RGB
75, 202, 244
HSL
195°, 89%, 63%
CMYK
69, 17, 0, 4
Luminance
0.5027
Every format
| HEX | #4bcaf4 |
| RGB | rgb(75, 202, 244) |
| HSL | hsl(195, 89%, 63%) |
| CMYK | cmyk(69%, 17%, 0%, 4%) |
| LAB | lab(76.2 -21.8 -30.8) |
| LCH | lch(76.2 37.8 234.8) |
| OKLCH | oklch(0.786 0.124 223.9) |
Copy-ready code
/* CSS */
color: #4bcaf4;
background-color: #4bcaf4;
/* Tailwind (arbitrary) */
class="text-[#4bcaf4] bg-[#4bcaf4]"
/* SCSS */
$brand: #4bcaf4;
/* SwiftUI */
Color(red: 0.294, green: 0.792, blue: 0.957)
/* Android */
Color.parseColor("#4bcaf4")Accessibility — WCAG contrast
Aa
#4bcaf4 on white: 1.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bcaf4 on black: 11.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green79.2%
Blue95.7%
CMYK percentages
Cyan69.3%
Magenta17.2%
Yellow0.0%
Key (black)4.3%
Color previews
#4bcaf4 text on a black background
contrast 11.05:1
Card sample
#4bcaf4 text on a white background
contrast 1.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bcaf4;
Background color
Panel with #4bcaf4 background
background-color: #4bcaf4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bcaf4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 202, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 202, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bcaf4; background: linear-gradient(135deg, #4bcaf4, #4B59F4);