#4b93eb
a balanced, electric blue · cool · closest name: dodgerblue
RGB
75, 147, 235
HSL
213°, 80%, 61%
CMYK
68, 37, 0, 8
Luminance
0.2836
Every format
| HEX | #4b93eb |
| RGB | rgb(75, 147, 235) |
| HSL | hsl(213, 80%, 61%) |
| CMYK | cmyk(68%, 37%, 0%, 8%) |
| LAB | lab(60.2 5.5 -51.0) |
| LCH | lch(60.2 51.3 276.1) |
| OKLCH | oklch(0.658 0.150 254.8) |
Copy-ready code
/* CSS */
color: #4b93eb;
background-color: #4b93eb;
/* Tailwind (arbitrary) */
class="text-[#4b93eb] bg-[#4b93eb]"
/* SCSS */
$brand: #4b93eb;
/* SwiftUI */
Color(red: 0.294, green: 0.576, blue: 0.922)
/* Android */
Color.parseColor("#4b93eb")Accessibility — WCAG contrast
Aa
#4b93eb on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4b93eb on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.4%
Green57.6%
Blue92.2%
CMYK percentages
Cyan68.1%
Magenta37.4%
Yellow0.0%
Key (black)7.8%
Color previews
#4b93eb text on a black background
contrast 6.67:1
Card sample
#4b93eb text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4b93eb;
Background color
Panel with #4b93eb background
background-color: #4b93eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4b93eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(75, 147, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(75, 147, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4b93eb; background: linear-gradient(135deg, #4b93eb, #6E4BEB);