#708090
a balanced, muted blue · cool · closest name: gray
RGB
112, 128, 144
HSL
210°, 13%, 50%
CMYK
22, 11, 0, 44
Luminance
0.2090
Every format
| HEX | #708090 |
| RGB | rgb(112, 128, 144) |
| HSL | hsl(210, 13%, 50%) |
| CMYK | cmyk(22%, 11%, 0%, 44%) |
| LAB | lab(52.8 -2.1 -10.6) |
| LCH | lch(52.8 10.8 258.6) |
| OKLCH | oklch(0.593 0.031 248.3) |
Copy-ready code
/* CSS */
color: #708090;
background-color: #708090;
/* Tailwind (arbitrary) */
class="text-[#708090] bg-[#708090]"
/* SCSS */
$brand: #708090;
/* SwiftUI */
Color(red: 0.439, green: 0.502, blue: 0.565)
/* Android */
Color.parseColor("#708090")Accessibility — WCAG contrast
Aa
#708090 on white: 4.05:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#708090 on black: 5.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green50.2%
Blue56.5%
CMYK percentages
Cyan22.2%
Magenta11.1%
Yellow0.0%
Key (black)43.5%
Color previews
#708090 text on a black background
contrast 5.18:1
Card sample
#708090 text on a white background
contrast 4.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #708090;
Background color
Panel with #708090 background
background-color: #708090;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #708090;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 128, 144, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 128, 144, 0.45);
Border & gradient
Gradient panel
border: 3px solid #708090; background: linear-gradient(135deg, #708090, #757090);