#7085c2
a balanced, soft blue · cool · closest name: steelblue
RGB
112, 133, 194
HSL
225°, 40%, 60%
CMYK
42, 31, 0, 24
Luminance
0.2411
Every format
| HEX | #7085c2 |
| RGB | rgb(112, 133, 194) |
| HSL | hsl(225, 40%, 60%) |
| CMYK | cmyk(42%, 31%, 0%, 24%) |
| LAB | lab(56.2 8.3 -34.2) |
| LCH | lch(56.2 35.2 283.7) |
| OKLCH | oklch(0.625 0.096 269.0) |
Copy-ready code
/* CSS */
color: #7085c2;
background-color: #7085c2;
/* Tailwind (arbitrary) */
class="text-[#7085c2] bg-[#7085c2]"
/* SCSS */
$brand: #7085c2;
/* SwiftUI */
Color(red: 0.439, green: 0.522, blue: 0.761)
/* Android */
Color.parseColor("#7085c2")Accessibility — WCAG contrast
Aa
#7085c2 on white: 3.61:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#7085c2 on black: 5.82:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green52.2%
Blue76.1%
CMYK percentages
Cyan42.3%
Magenta31.4%
Yellow0.0%
Key (black)23.9%
Color previews
#7085c2 text on a black background
contrast 5.82:1
Card sample
#7085c2 text on a white background
contrast 3.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7085c2;
Background color
Panel with #7085c2 background
background-color: #7085c2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7085c2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 133, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 133, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7085c2; background: linear-gradient(135deg, #7085c2, #9270C2);