#4badef
a balanced, electric blue · cool · closest name: steelblue
RGB
75, 173, 239
HSL
204°, 84%, 62%
CMYK
69, 28, 0, 6
Luminance
0.3761
Every format
| HEX | #4badef |
| RGB | rgb(75, 173, 239) |
| HSL | hsl(204, 84%, 62%) |
| CMYK | cmyk(69%, 28%, 0%, 6%) |
| LAB | lab(67.7 -8.0 -41.3) |
| LCH | lch(67.7 42.1 259.0) |
| OKLCH | oklch(0.718 0.133 241.6) |
Copy-ready code
/* CSS */
color: #4badef;
background-color: #4badef;
/* Tailwind (arbitrary) */
class="text-[#4badef] bg-[#4badef]"
/* SCSS */
$brand: #4badef;
/* SwiftUI */
Color(red: 0.294, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#4badef")Accessibility — WCAG contrast
Aa
#4badef on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4badef on black: 8.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green67.8%
Blue93.7%
CMYK percentages
Cyan68.6%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#4badef text on a black background
contrast 8.52:1
Card sample
#4badef text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4badef;
Background color
Panel with #4badef background
background-color: #4badef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4badef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4badef; background: linear-gradient(135deg, #4badef, #564BEF);