#398eec
a balanced, electric blue · cool · closest name: dodgerblue
RGB
57, 142, 236
HSL
212°, 83%, 58%
CMYK
76, 40, 0, 8
Luminance
0.2627
Every format
| HEX | #398eec |
| RGB | rgb(57, 142, 236) |
| HSL | hsl(212, 83%, 58%) |
| CMYK | cmyk(76%, 40%, 0%, 8%) |
| LAB | lab(58.3 6.4 -54.6) |
| LCH | lch(58.3 55.0 276.7) |
| OKLCH | oklch(0.642 0.163 253.6) |
Copy-ready code
/* CSS */
color: #398eec;
background-color: #398eec;
/* Tailwind (arbitrary) */
class="text-[#398eec] bg-[#398eec]"
/* SCSS */
$brand: #398eec;
/* SwiftUI */
Color(red: 0.224, green: 0.557, blue: 0.925)
/* Android */
Color.parseColor("#398eec")Accessibility — WCAG contrast
Aa
#398eec on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#398eec on black: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.4%
Green55.7%
Blue92.5%
CMYK percentages
Cyan75.8%
Magenta39.8%
Yellow0.0%
Key (black)7.5%
Color previews
#398eec text on a black background
contrast 6.25:1
Card sample
#398eec text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #398eec;
Background color
Panel with #398eec background
background-color: #398eec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #398eec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(57, 142, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(57, 142, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #398eec; background: linear-gradient(135deg, #398eec, #5B39EC);