#4682ac
a balanced, soft blue · cool · closest name: steelblue
RGB
70, 130, 172
HSL
205°, 42%, 48%
CMYK
59, 24, 0, 33
Luminance
0.2025
Every format
| HEX | #4682ac |
| RGB | rgb(70, 130, 172) |
| HSL | hsl(205, 42%, 48%) |
| CMYK | cmyk(59%, 24%, 0%, 33%) |
| LAB | lab(52.1 -6.7 -28.1) |
| LCH | lch(52.1 28.9 256.6) |
| OKLCH | oklch(0.584 0.090 241.1) |
Copy-ready code
/* CSS */
color: #4682ac;
background-color: #4682ac;
/* Tailwind (arbitrary) */
class="text-[#4682ac] bg-[#4682ac]"
/* SCSS */
$brand: #4682ac;
/* SwiftUI */
Color(red: 0.275, green: 0.510, blue: 0.675)
/* Android */
Color.parseColor("#4682ac")Accessibility — WCAG contrast
Aa
#4682ac on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#4682ac on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.5%
Green51.0%
Blue67.5%
CMYK percentages
Cyan59.3%
Magenta24.4%
Yellow0.0%
Key (black)32.5%
Color previews
#4682ac text on a black background
contrast 5.05:1
Card sample
#4682ac text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4682ac;
Background color
Panel with #4682ac background
background-color: #4682ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4682ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(70, 130, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(70, 130, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4682ac; background: linear-gradient(135deg, #4682ac, #4E46AC);