#4bb8ff
a balanced, electric blue · cool · closest name: steelblue
RGB
75, 184, 255
HSL
204°, 100%, 65%
CMYK
71, 28, 0, 0
Luminance
0.4300
Every format
| HEX | #4bb8ff |
| RGB | rgb(75, 184, 255) |
| HSL | hsl(204, 100%, 65%) |
| CMYK | cmyk(71%, 28%, 0%, 0%) |
| LAB | lab(71.5 -8.8 -44.0) |
| LCH | lch(71.5 44.9 258.8) |
| OKLCH | oklch(0.750 0.142 241.1) |
Copy-ready code
/* CSS */
color: #4bb8ff;
background-color: #4bb8ff;
/* Tailwind (arbitrary) */
class="text-[#4bb8ff] bg-[#4bb8ff]"
/* SCSS */
$brand: #4bb8ff;
/* SwiftUI */
Color(red: 0.294, green: 0.722, blue: 1.000)
/* Android */
Color.parseColor("#4bb8ff")Accessibility — WCAG contrast
Aa
#4bb8ff on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4bb8ff on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green72.2%
Blue100.0%
CMYK percentages
Cyan70.6%
Magenta27.8%
Yellow0.0%
Key (black)0.0%
Color previews
#4bb8ff text on a black background
contrast 9.60:1
Card sample
#4bb8ff text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4bb8ff;
Background color
Panel with #4bb8ff background
background-color: #4bb8ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4bb8ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 184, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 184, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4bb8ff; background: linear-gradient(135deg, #4bb8ff, #564BFF);