#458eb3
a balanced, soft blue · cool · closest name: steelblue
RGB
69, 142, 179
HSL
200°, 44%, 49%
CMYK
62, 21, 0, 30
Luminance
0.2387
Every format
| HEX | #458eb3 |
| RGB | rgb(69, 142, 179) |
| HSL | hsl(200, 44%, 49%) |
| CMYK | cmyk(62%, 21%, 0%, 30%) |
| LAB | lab(56.0 -11.4 -26.2) |
| LCH | lch(56.0 28.6 246.4) |
| OKLCH | oklch(0.615 0.092 233.1) |
Copy-ready code
/* CSS */
color: #458eb3;
background-color: #458eb3;
/* Tailwind (arbitrary) */
class="text-[#458eb3] bg-[#458eb3]"
/* SCSS */
$brand: #458eb3;
/* SwiftUI */
Color(red: 0.271, green: 0.557, blue: 0.702)
/* Android */
Color.parseColor("#458eb3")Accessibility — WCAG contrast
Aa
#458eb3 on white: 3.64:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#458eb3 on black: 5.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green55.7%
Blue70.2%
CMYK percentages
Cyan61.5%
Magenta20.7%
Yellow0.0%
Key (black)29.8%
Color previews
#458eb3 text on a black background
contrast 5.77:1
Card sample
#458eb3 text on a white background
contrast 3.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458eb3;
Background color
Panel with #458eb3 background
background-color: #458eb3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458eb3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 142, 179, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 142, 179, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458eb3; background: linear-gradient(135deg, #458eb3, #4545B3);