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