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