#727c7c
a balanced, muted gray · cool · closest name: gray
RGB
114, 124, 124
HSL
180°, 4%, 47%
CMYK
8, 0, 0, 51
Luminance
0.1945
Every format
| HEX | #727c7c |
| RGB | rgb(114, 124, 124) |
| HSL | hsl(180, 4%, 47%) |
| CMYK | cmyk(8%, 0%, 0%, 51%) |
| LAB | lab(51.2 -3.7 -1.3) |
| LCH | lch(51.2 3.9 198.9) |
| OKLCH | oklch(0.578 0.012 196.8) |
Copy-ready code
/* CSS */
color: #727c7c;
background-color: #727c7c;
/* Tailwind (arbitrary) */
class="text-[#727c7c] bg-[#727c7c]"
/* SCSS */
$brand: #727c7c;
/* SwiftUI */
Color(red: 0.447, green: 0.486, blue: 0.486)
/* Android */
Color.parseColor("#727c7c")Accessibility — WCAG contrast
Aa
#727c7c on white: 4.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#727c7c on black: 4.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green48.6%
Blue48.6%
CMYK percentages
Cyan8.1%
Magenta0.0%
Yellow0.0%
Key (black)51.4%
Color previews
#727c7c text on a black background
contrast 4.89:1
Card sample
#727c7c text on a white background
contrast 4.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #727c7c;
Background color
Panel with #727c7c background
background-color: #727c7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #727c7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 124, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 124, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #727c7c; background: linear-gradient(135deg, #727c7c, #72757C);