#4bbaf2
a balanced, electric blue · cool · closest name: skyblue
RGB
75, 186, 242
HSL
200°, 87%, 62%
CMYK
69, 23, 0, 5
Luminance
0.4302
Every format
| HEX | #4bbaf2 |
| RGB | rgb(75, 186, 242) |
| HSL | hsl(200, 87%, 62%) |
| CMYK | cmyk(69%, 23%, 0%, 5%) |
| LAB | lab(71.6 -14.1 -37.0) |
| LCH | lch(71.6 39.6 249.2) |
| OKLCH | oklch(0.749 0.128 234.3) |
Copy-ready code
/* CSS */
color: #4bbaf2;
background-color: #4bbaf2;
/* Tailwind (arbitrary) */
class="text-[#4bbaf2] bg-[#4bbaf2]"
/* SCSS */
$brand: #4bbaf2;
/* SwiftUI */
Color(red: 0.294, green: 0.729, blue: 0.949)
/* Android */
Color.parseColor("#4bbaf2")Accessibility — WCAG contrast
Aa
#4bbaf2 on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bbaf2 on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green72.9%
Blue94.9%
CMYK percentages
Cyan69.0%
Magenta23.1%
Yellow0.0%
Key (black)5.1%
Color previews
#4bbaf2 text on a black background
contrast 9.60:1
Card sample
#4bbaf2 text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bbaf2;
Background color
Panel with #4bbaf2 background
background-color: #4bbaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bbaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 186, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 186, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bbaf2; background: linear-gradient(135deg, #4bbaf2, #4C4BF2);