#5c8093
a balanced, soft blue · cool · closest name: gray
RGB
92, 128, 147
HSL
201°, 23%, 47%
CMYK
37, 13, 0, 42
Luminance
0.1982
Every format
| HEX | #5c8093 |
| RGB | rgb(92, 128, 147) |
| HSL | hsl(201, 23%, 47%) |
| CMYK | cmyk(37%, 13%, 0%, 42%) |
| LAB | lab(51.6 -7.6 -14.3) |
| LCH | lch(51.6 16.2 241.9) |
| OKLCH | oklch(0.580 0.050 231.7) |
Copy-ready code
/* CSS */
color: #5c8093;
background-color: #5c8093;
/* Tailwind (arbitrary) */
class="text-[#5c8093] bg-[#5c8093]"
/* SCSS */
$brand: #5c8093;
/* SwiftUI */
Color(red: 0.361, green: 0.502, blue: 0.576)
/* Android */
Color.parseColor("#5c8093")Accessibility — WCAG contrast
Aa
#5c8093 on white: 4.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5c8093 on black: 4.96:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green50.2%
Blue57.6%
CMYK percentages
Cyan37.4%
Magenta12.9%
Yellow0.0%
Key (black)42.4%
Color previews
#5c8093 text on a black background
contrast 4.96:1
Card sample
#5c8093 text on a white background
contrast 4.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5c8093;
Background color
Panel with #5c8093 background
background-color: #5c8093;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5c8093;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 128, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 128, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5c8093; background: linear-gradient(135deg, #5c8093, #5D5C93);