#459fdf
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 159, 223
HSL
205°, 71%, 57%
CMYK
69, 29, 0, 13
Luminance
0.3139
Every format
| HEX | #459fdf |
| RGB | rgb(69, 159, 223) |
| HSL | hsl(205, 71%, 57%) |
| CMYK | cmyk(69%, 29%, 0%, 13%) |
| LAB | lab(62.8 -6.4 -40.2) |
| LCH | lch(62.8 40.7 260.9) |
| OKLCH | oklch(0.676 0.128 242.9) |
Copy-ready code
/* CSS */
color: #459fdf;
background-color: #459fdf;
/* Tailwind (arbitrary) */
class="text-[#459fdf] bg-[#459fdf]"
/* SCSS */
$brand: #459fdf;
/* SwiftUI */
Color(red: 0.271, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#459fdf")Accessibility — WCAG contrast
Aa
#459fdf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#459fdf on black: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green62.4%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#459fdf text on a black background
contrast 7.28:1
Card sample
#459fdf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #459fdf;
Background color
Panel with #459fdf background
background-color: #459fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #459fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #459fdf; background: linear-gradient(135deg, #459fdf, #5245DF);