#458ace
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 138, 206
HSL
210°, 58%, 54%
CMYK
67, 33, 0, 19
Luminance
0.2390
Every format
| HEX | #458ace |
| RGB | rgb(69, 138, 206) |
| HSL | hsl(210, 58%, 54%) |
| CMYK | cmyk(67%, 33%, 0%, 19%) |
| LAB | lab(56.0 -0.1 -41.5) |
| LCH | lch(56.0 41.5 269.8) |
| OKLCH | oklch(0.620 0.125 250.2) |
Copy-ready code
/* CSS */
color: #458ace;
background-color: #458ace;
/* Tailwind (arbitrary) */
class="text-[#458ace] bg-[#458ace]"
/* SCSS */
$brand: #458ace;
/* SwiftUI */
Color(red: 0.271, green: 0.541, blue: 0.808)
/* Android */
Color.parseColor("#458ace")Accessibility — WCAG contrast
Aa
#458ace on white: 3.63:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#458ace on black: 5.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green54.1%
Blue80.8%
CMYK percentages
Cyan66.5%
Magenta33.0%
Yellow0.0%
Key (black)19.2%
Color previews
#458ace text on a black background
contrast 5.78:1
Card sample
#458ace text on a white background
contrast 3.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458ace;
Background color
Panel with #458ace background
background-color: #458ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 138, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 138, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458ace; background: linear-gradient(135deg, #458ace, #5B45CE);