#628480
a balanced, muted cyan · cool · closest name: gray
RGB
98, 132, 128
HSL
173°, 15%, 45%
CMYK
26, 0, 3, 48
Luminance
0.2066
Every format
| HEX | #628480 |
| RGB | rgb(98, 132, 128) |
| HSL | hsl(173, 15%, 45%) |
| CMYK | cmyk(26%, 0%, 3%, 48%) |
| LAB | lab(52.6 -12.8 -1.7) |
| LCH | lch(52.6 13.0 187.7) |
| OKLCH | oklch(0.586 0.039 187.2) |
Copy-ready code
/* CSS */
color: #628480;
background-color: #628480;
/* Tailwind (arbitrary) */
class="text-[#628480] bg-[#628480]"
/* SCSS */
$brand: #628480;
/* SwiftUI */
Color(red: 0.384, green: 0.518, blue: 0.502)
/* Android */
Color.parseColor("#628480")Accessibility — WCAG contrast
Aa
#628480 on white: 4.09:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#628480 on black: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green51.8%
Blue50.2%
CMYK percentages
Cyan25.8%
Magenta0.0%
Yellow3.0%
Key (black)48.2%
Color previews
#628480 text on a black background
contrast 5.13:1
Card sample
#628480 text on a white background
contrast 4.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #628480;
Background color
Panel with #628480 background
background-color: #628480;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #628480;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 132, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 132, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #628480; background: linear-gradient(135deg, #628480, #627184);