#7282a1
a balanced, soft blue · cool · closest name: steelblue
RGB
114, 130, 161
HSL
220°, 20%, 54%
CMYK
29, 19, 0, 37
Luminance
0.2212
Every format
| HEX | #7282a1 |
| RGB | rgb(114, 130, 161) |
| HSL | hsl(220, 20%, 54%) |
| CMYK | cmyk(29%, 19%, 0%, 37%) |
| LAB | lab(54.1 1.6 -18.4) |
| LCH | lch(54.1 18.5 274.9) |
| OKLCH | oklch(0.605 0.051 263.5) |
Copy-ready code
/* CSS */
color: #7282a1;
background-color: #7282a1;
/* Tailwind (arbitrary) */
class="text-[#7282a1] bg-[#7282a1]"
/* SCSS */
$brand: #7282a1;
/* SwiftUI */
Color(red: 0.447, green: 0.510, blue: 0.631)
/* Android */
Color.parseColor("#7282a1")Accessibility — WCAG contrast
Aa
#7282a1 on white: 3.87:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7282a1 on black: 5.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green51.0%
Blue63.1%
CMYK percentages
Cyan29.2%
Magenta19.3%
Yellow0.0%
Key (black)36.9%
Color previews
#7282a1 text on a black background
contrast 5.42:1
Card sample
#7282a1 text on a white background
contrast 3.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7282a1;
Background color
Panel with #7282a1 background
background-color: #7282a1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7282a1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 130, 161, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 130, 161, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7282a1; background: linear-gradient(135deg, #7282a1, #8172A1);