#458cf2
a balanced, electric blue · cool · closest name: dodgerblue
RGB
69, 140, 242
HSL
215°, 87%, 61%
CMYK
72, 42, 0, 5
Luminance
0.2643
Every format
| HEX | #458cf2 |
| RGB | rgb(69, 140, 242) |
| HSL | hsl(215, 87%, 61%) |
| CMYK | cmyk(72%, 42%, 0%, 5%) |
| LAB | lab(58.4 11.2 -57.7) |
| LCH | lch(58.4 58.8 281.0) |
| OKLCH | oklch(0.645 0.169 257.8) |
Copy-ready code
/* CSS */
color: #458cf2;
background-color: #458cf2;
/* Tailwind (arbitrary) */
class="text-[#458cf2] bg-[#458cf2]"
/* SCSS */
$brand: #458cf2;
/* SwiftUI */
Color(red: 0.271, green: 0.549, blue: 0.949)
/* Android */
Color.parseColor("#458cf2")Accessibility — WCAG contrast
Aa
#458cf2 on white: 3.34:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#458cf2 on black: 6.29:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green54.9%
Blue94.9%
CMYK percentages
Cyan71.5%
Magenta42.1%
Yellow0.0%
Key (black)5.1%
Color previews
#458cf2 text on a black background
contrast 6.29:1
Card sample
#458cf2 text on a white background
contrast 3.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458cf2;
Background color
Panel with #458cf2 background
background-color: #458cf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458cf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 140, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 140, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458cf2; background: linear-gradient(135deg, #458cf2, #7145F2);