#157ade
a balanced, electric blue · cool · closest name: dodgerblue
RGB
21, 122, 222
HSL
210°, 83%, 48%
CMYK
91, 45, 0, 13
Luminance
0.1935
Every format
| HEX | #157ade |
| RGB | rgb(21, 122, 222) |
| HSL | hsl(210, 83%, 48%) |
| CMYK | cmyk(91%, 45%, 0%, 13%) |
| LAB | lab(51.1 10.4 -58.4) |
| LCH | lch(51.1 59.3 280.1) |
| OKLCH | oklch(0.581 0.175 253.8) |
Copy-ready code
/* CSS */
color: #157ade;
background-color: #157ade;
/* Tailwind (arbitrary) */
class="text-[#157ade] bg-[#157ade]"
/* SCSS */
$brand: #157ade;
/* SwiftUI */
Color(red: 0.082, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#157ade")Accessibility — WCAG contrast
Aa
#157ade on white: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#157ade on black: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red8.2%
Green47.8%
Blue87.1%
CMYK percentages
Cyan90.5%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#157ade text on a black background
contrast 4.87:1
Card sample
#157ade text on a white background
contrast 4.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #157ade;
Background color
Panel with #157ade background
background-color: #157ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #157ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(21, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(21, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #157ade; background: linear-gradient(135deg, #157ade, #3615DE);