#4682b4
a balanced, soft blue · cool · “steelblue”
RGB
70, 130, 180
HSL
207°, 44%, 49%
CMYK
61, 28, 0, 29
Luminance
0.2056
Every format
| HEX | #4682b4 |
| RGB | rgb(70, 130, 180) |
| HSL | hsl(207, 44%, 49%) |
| CMYK | cmyk(61%, 28%, 0%, 29%) |
| LAB | lab(52.5 -4.1 -32.2) |
| LCH | lch(52.5 32.5 262.8) |
| OKLCH | oklch(0.588 0.099 245.7) |
Copy-ready code
/* CSS */
color: #4682b4;
background-color: #4682b4;
/* Tailwind (arbitrary) */
class="text-[#4682b4] bg-[#4682b4]"
/* SCSS */
$brand: #4682b4;
/* SwiftUI */
Color(red: 0.275, green: 0.510, blue: 0.706)
/* Android */
Color.parseColor("#4682b4")Accessibility — WCAG contrast
Aa
#4682b4 on white: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4682b4 on black: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green51.0%
Blue70.6%
CMYK percentages
Cyan61.1%
Magenta27.8%
Yellow0.0%
Key (black)29.4%
Color previews
#4682b4 text on a black background
contrast 5.11:1
Card sample
#4682b4 text on a white background
contrast 4.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4682b4;
Background color
Panel with #4682b4 background
background-color: #4682b4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4682b4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 130, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 130, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4682b4; background: linear-gradient(135deg, #4682b4, #5346B4);