#708599
a balanced, soft blue · cool · closest name: gray
RGB
112, 133, 153
HSL
209°, 17%, 52%
CMYK
27, 13, 0, 40
Luminance
0.2252
Every format
| HEX | #708599 |
| RGB | rgb(112, 133, 153) |
| HSL | hsl(209, 17%, 52%) |
| CMYK | cmyk(27%, 13%, 0%, 40%) |
| LAB | lab(54.6 -2.8 -13.2) |
| LCH | lch(54.6 13.5 258.0) |
| OKLCH | oklch(0.607 0.039 247.2) |
Copy-ready code
/* CSS */
color: #708599;
background-color: #708599;
/* Tailwind (arbitrary) */
class="text-[#708599] bg-[#708599]"
/* SCSS */
$brand: #708599;
/* SwiftUI */
Color(red: 0.439, green: 0.522, blue: 0.600)
/* Android */
Color.parseColor("#708599")Accessibility — WCAG contrast
Aa
#708599 on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#708599 on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green52.2%
Blue60.0%
CMYK percentages
Cyan26.8%
Magenta13.1%
Yellow0.0%
Key (black)40.0%
Color previews
#708599 text on a black background
contrast 5.50:1
Card sample
#708599 text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #708599;
Background color
Panel with #708599 background
background-color: #708599;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #708599;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 133, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 133, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #708599; background: linear-gradient(135deg, #708599, #767099);