#459ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 154, 222
HSL
207°, 70%, 57%
CMYK
69, 31, 0, 13
Luminance
0.2965
Every format
| HEX | #459ade |
| RGB | rgb(69, 154, 222) |
| HSL | hsl(207, 70%, 57%) |
| CMYK | cmyk(69%, 31%, 0%, 13%) |
| LAB | lab(61.4 -4.0 -42.0) |
| LCH | lch(61.4 42.2 264.6) |
| OKLCH | oklch(0.664 0.130 245.8) |
Copy-ready code
/* CSS */
color: #459ade;
background-color: #459ade;
/* Tailwind (arbitrary) */
class="text-[#459ade] bg-[#459ade]"
/* SCSS */
$brand: #459ade;
/* SwiftUI */
Color(red: 0.271, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#459ade")Accessibility — WCAG contrast
Aa
#459ade on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#459ade on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green60.4%
Blue87.1%
CMYK percentages
Cyan68.9%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#459ade text on a black background
contrast 6.93:1
Card sample
#459ade text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #459ade;
Background color
Panel with #459ade background
background-color: #459ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #459ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #459ade; background: linear-gradient(135deg, #459ade, #5645DE);