#434e4e
a dark, muted gray · cool · closest name: darkslategray
RGB
67, 78, 78
HSL
180°, 8%, 28%
CMYK
14, 0, 0, 69
Luminance
0.0719
Every format
| HEX | #434e4e |
| RGB | rgb(67, 78, 78) |
| HSL | hsl(180, 8%, 28%) |
| CMYK | cmyk(14%, 0%, 0%, 69%) |
| LAB | lab(32.2 -4.4 -1.5) |
| LCH | lch(32.2 4.6 198.7) |
| OKLCH | oklch(0.414 0.014 196.6) |
Copy-ready code
/* CSS */
color: #434e4e;
background-color: #434e4e;
/* Tailwind (arbitrary) */
class="text-[#434e4e] bg-[#434e4e]"
/* SCSS */
$brand: #434e4e;
/* SwiftUI */
Color(red: 0.263, green: 0.306, blue: 0.306)
/* Android */
Color.parseColor("#434e4e")Accessibility — WCAG contrast
Aa
#434e4e on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#434e4e on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green30.6%
Blue30.6%
CMYK percentages
Cyan14.1%
Magenta0.0%
Yellow0.0%
Key (black)69.4%
Color previews
#434e4e text on a black background
contrast 2.44:1
Card sample
#434e4e text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #434e4e;
Background color
Panel with #434e4e background
background-color: #434e4e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #434e4e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 78, 78, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 78, 78, 0.45);
Border & gradient
Gradient panel
border: 3px solid #434e4e; background: linear-gradient(135deg, #434e4e, #43474E);