#458fc7
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 143, 199
HSL
206°, 54%, 53%
CMYK
65, 28, 0, 22
Luminance
0.2503
Every format
| HEX | #458fc7 |
| RGB | rgb(69, 143, 199) |
| HSL | hsl(206, 54%, 53%) |
| CMYK | cmyk(65%, 28%, 0%, 22%) |
| LAB | lab(57.1 -5.4 -35.8) |
| LCH | lch(57.1 36.2 261.4) |
| OKLCH | oklch(0.627 0.112 243.9) |
Copy-ready code
/* CSS */
color: #458fc7;
background-color: #458fc7;
/* Tailwind (arbitrary) */
class="text-[#458fc7] bg-[#458fc7]"
/* SCSS */
$brand: #458fc7;
/* SwiftUI */
Color(red: 0.271, green: 0.561, blue: 0.780)
/* Android */
Color.parseColor("#458fc7")Accessibility — WCAG contrast
Aa
#458fc7 on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#458fc7 on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green56.1%
Blue78.0%
CMYK percentages
Cyan65.3%
Magenta28.1%
Yellow0.0%
Key (black)22.0%
Color previews
#458fc7 text on a black background
contrast 6.01:1
Card sample
#458fc7 text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #458fc7;
Background color
Panel with #458fc7 background
background-color: #458fc7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #458fc7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 143, 199, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 143, 199, 0.45);
Border & gradient
Gradient panel
border: 3px solid #458fc7; background: linear-gradient(135deg, #458fc7, #5145C7);