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