#7285af
a balanced, soft blue · cool · closest name: steelblue
RGB
114, 133, 175
HSL
221°, 28%, 57%
CMYK
35, 24, 0, 31
Luminance
0.2345
Every format
| HEX | #7285af |
| RGB | rgb(114, 133, 175) |
| HSL | hsl(221, 28%, 57%) |
| CMYK | cmyk(35%, 24%, 0%, 31%) |
| LAB | lab(55.5 3.5 -24.4) |
| LCH | lch(55.5 24.6 278.3) |
| OKLCH | oklch(0.618 0.068 265.6) |
Copy-ready code
/* CSS */
color: #7285af;
background-color: #7285af;
/* Tailwind (arbitrary) */
class="text-[#7285af] bg-[#7285af]"
/* SCSS */
$brand: #7285af;
/* SwiftUI */
Color(red: 0.447, green: 0.522, blue: 0.686)
/* Android */
Color.parseColor("#7285af")Accessibility — WCAG contrast
Aa
#7285af on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7285af on black: 5.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green52.2%
Blue68.6%
CMYK percentages
Cyan34.9%
Magenta24.0%
Yellow0.0%
Key (black)31.4%
Color previews
#7285af text on a black background
contrast 5.69:1
Card sample
#7285af text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7285af;
Background color
Panel with #7285af background
background-color: #7285af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7285af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 133, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 133, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7285af; background: linear-gradient(135deg, #7285af, #8872AF);