#60869a
a balanced, soft blue · cool · closest name: gray
RGB
96, 134, 154
HSL
201°, 23%, 49%
CMYK
38, 13, 0, 40
Luminance
0.2187
Every format
| HEX | #60869a |
| RGB | rgb(96, 134, 154) |
| HSL | hsl(201, 23%, 49%) |
| CMYK | cmyk(38%, 13%, 0%, 40%) |
| LAB | lab(53.9 -8.0 -14.9) |
| LCH | lch(53.9 16.9 241.8) |
| OKLCH | oklch(0.599 0.052 231.7) |
Copy-ready code
/* CSS */
color: #60869a;
background-color: #60869a;
/* Tailwind (arbitrary) */
class="text-[#60869a] bg-[#60869a]"
/* SCSS */
$brand: #60869a;
/* SwiftUI */
Color(red: 0.376, green: 0.525, blue: 0.604)
/* Android */
Color.parseColor("#60869a")Accessibility — WCAG contrast
Aa
#60869a on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#60869a on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.6%
Green52.5%
Blue60.4%
CMYK percentages
Cyan37.7%
Magenta13.0%
Yellow0.0%
Key (black)39.6%
Color previews
#60869a text on a black background
contrast 5.37:1
Card sample
#60869a text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #60869a;
Background color
Panel with #60869a background
background-color: #60869a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #60869a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(96, 134, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(96, 134, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #60869a; background: linear-gradient(135deg, #60869a, #61609A);