#467daf
a balanced, soft blue · cool · “steelblue”
RGB
70, 125, 175
HSL
209°, 43%, 48%
CMYK
60, 29, 0, 31
Luminance
0.1906
Every format
| HEX | #467daf |
| RGB | rgb(70, 125, 175) |
| HSL | hsl(209, 43%, 48%) |
| CMYK | cmyk(60%, 29%, 0%, 31%) |
| LAB | lab(50.8 -2.8 -32.0) |
| LCH | lch(50.8 32.1 265.0) |
| OKLCH | oklch(0.574 0.097 247.7) |
Copy-ready code
/* CSS */
color: #467daf;
background-color: #467daf;
/* Tailwind (arbitrary) */
class="text-[#467daf] bg-[#467daf]"
/* SCSS */
$brand: #467daf;
/* SwiftUI */
Color(red: 0.275, green: 0.490, blue: 0.686)
/* Android */
Color.parseColor("#467daf")Accessibility — WCAG contrast
Aa
#467daf on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#467daf on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green49.0%
Blue68.6%
CMYK percentages
Cyan60.0%
Magenta28.6%
Yellow0.0%
Key (black)31.4%
Color previews
#467daf text on a black background
contrast 4.81:1
Card sample
#467daf text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #467daf;
Background color
Panel with #467daf background
background-color: #467daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #467daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 125, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 125, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #467daf; background: linear-gradient(135deg, #467daf, #5546AF);