#484f6b
a dark, soft blue · warm · closest name: darkslategray
RGB
72, 79, 107
HSL
228°, 20%, 35%
CMYK
33, 26, 0, 58
Luminance
0.0803
Every format
| HEX | #484f6b |
| RGB | rgb(72, 79, 107) |
| HSL | hsl(228, 20%, 35%) |
| CMYK | cmyk(33%, 26%, 0%, 58%) |
| LAB | lab(34.0 4.5 -17.1) |
| LCH | lch(34.0 17.7 284.8) |
| OKLCH | oklch(0.433 0.047 273.4) |
Copy-ready code
/* CSS */
color: #484f6b;
background-color: #484f6b;
/* Tailwind (arbitrary) */
class="text-[#484f6b] bg-[#484f6b]"
/* SCSS */
$brand: #484f6b;
/* SwiftUI */
Color(red: 0.282, green: 0.310, blue: 0.420)
/* Android */
Color.parseColor("#484f6b")Accessibility — WCAG contrast
Aa
#484f6b on white: 8.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#484f6b on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.2%
Green31.0%
Blue42.0%
CMYK percentages
Cyan32.7%
Magenta26.2%
Yellow0.0%
Key (black)58.0%
Color previews
#484f6b text on a black background
contrast 2.61:1
Card sample
#484f6b text on a white background
contrast 8.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #484f6b;
Background color
Panel with #484f6b background
background-color: #484f6b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #484f6b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(72, 79, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(72, 79, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #484f6b; background: linear-gradient(135deg, #484f6b, #58486B);