#459ddf
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 157, 223
HSL
206°, 71%, 57%
CMYK
69, 30, 0, 13
Luminance
0.3071
Every format
| HEX | #459ddf |
| RGB | rgb(69, 157, 223) |
| HSL | hsl(206, 71%, 57%) |
| CMYK | cmyk(69%, 30%, 0%, 13%) |
| LAB | lab(62.3 -5.3 -41.1) |
| LCH | lch(62.3 41.5 262.6) |
| OKLCH | oklch(0.672 0.129 244.2) |
Copy-ready code
/* CSS */
color: #459ddf;
background-color: #459ddf;
/* Tailwind (arbitrary) */
class="text-[#459ddf] bg-[#459ddf]"
/* SCSS */
$brand: #459ddf;
/* SwiftUI */
Color(red: 0.271, green: 0.616, blue: 0.875)
/* Android */
Color.parseColor("#459ddf")Accessibility — WCAG contrast
Aa
#459ddf on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#459ddf on black: 7.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green61.6%
Blue87.5%
CMYK percentages
Cyan69.1%
Magenta29.6%
Yellow0.0%
Key (black)12.5%
Color previews
#459ddf text on a black background
contrast 7.14:1
Card sample
#459ddf text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #459ddf;
Background color
Panel with #459ddf background
background-color: #459ddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #459ddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 157, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 157, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #459ddf; background: linear-gradient(135deg, #459ddf, #5445DF);