#459ace
a balanced, vivid blue · cool · closest name: steelblue
RGB
69, 154, 206
HSL
203°, 58%, 54%
CMYK
67, 25, 0, 19
Luminance
0.2883
Every format
| HEX | #459ace |
| RGB | rgb(69, 154, 206) |
| HSL | hsl(203, 58%, 54%) |
| CMYK | cmyk(67%, 25%, 0%, 19%) |
| LAB | lab(60.6 -9.3 -34.2) |
| LCH | lch(60.6 35.5 254.7) |
| OKLCH | oklch(0.656 0.113 238.7) |
Copy-ready code
/* CSS */
color: #459ace;
background-color: #459ace;
/* Tailwind (arbitrary) */
class="text-[#459ace] bg-[#459ace]"
/* SCSS */
$brand: #459ace;
/* SwiftUI */
Color(red: 0.271, green: 0.604, blue: 0.808)
/* Android */
Color.parseColor("#459ace")Accessibility — WCAG contrast
Aa
#459ace on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#459ace on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.1%
Green60.4%
Blue80.8%
CMYK percentages
Cyan66.5%
Magenta25.2%
Yellow0.0%
Key (black)19.2%
Color previews
#459ace text on a black background
contrast 6.77:1
Card sample
#459ace text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #459ace;
Background color
Panel with #459ace background
background-color: #459ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #459ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(69, 154, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(69, 154, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #459ace; background: linear-gradient(135deg, #459ace, #4B45CE);