#727289
a balanced, muted blue · warm · closest name: gray
RGB
114, 114, 137
HSL
240°, 9%, 49%
CMYK
17, 17, 0, 46
Luminance
0.1742
Every format
| HEX | #727289 |
| RGB | rgb(114, 114, 137) |
| HSL | hsl(240, 9%, 49%) |
| CMYK | cmyk(17%, 17%, 0%, 46%) |
| LAB | lab(48.8 5.1 -12.6) |
| LCH | lch(48.8 13.5 292.0) |
| OKLCH | oklch(0.560 0.035 285.2) |
Copy-ready code
/* CSS */
color: #727289;
background-color: #727289;
/* Tailwind (arbitrary) */
class="text-[#727289] bg-[#727289]"
/* SCSS */
$brand: #727289;
/* SwiftUI */
Color(red: 0.447, green: 0.447, blue: 0.537)
/* Android */
Color.parseColor("#727289")Accessibility — WCAG contrast
Aa
#727289 on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#727289 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green44.7%
Blue53.7%
CMYK percentages
Cyan16.8%
Magenta16.8%
Yellow0.0%
Key (black)46.3%
Color previews
#727289 text on a black background
contrast 4.48:1
Card sample
#727289 text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #727289;
Background color
Panel with #727289 background
background-color: #727289;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #727289;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 114, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 114, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #727289; background: linear-gradient(135deg, #727289, #817289);