#3f424f
a dark, muted blue · warm · closest name: darkslategray
RGB
63, 66, 79
HSL
229°, 11%, 28%
CMYK
20, 17, 0, 69
Luminance
0.0552
Every format
| HEX | #3f424f |
| RGB | rgb(63, 66, 79) |
| HSL | hsl(229, 11%, 28%) |
| CMYK | cmyk(20%, 17%, 0%, 69%) |
| LAB | lab(28.2 2.0 -8.2) |
| LCH | lch(28.2 8.5 283.4) |
| OKLCH | oklch(0.381 0.022 275.0) |
Copy-ready code
/* CSS */
color: #3f424f;
background-color: #3f424f;
/* Tailwind (arbitrary) */
class="text-[#3f424f] bg-[#3f424f]"
/* SCSS */
$brand: #3f424f;
/* SwiftUI */
Color(red: 0.247, green: 0.259, blue: 0.310)
/* Android */
Color.parseColor("#3f424f")Accessibility — WCAG contrast
Aa
#3f424f on white: 9.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f424f on black: 2.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green25.9%
Blue31.0%
CMYK percentages
Cyan20.3%
Magenta16.5%
Yellow0.0%
Key (black)69.0%
Color previews
#3f424f text on a black background
contrast 2.10:1
Card sample
#3f424f text on a white background
contrast 9.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f424f;
Background color
Panel with #3f424f background
background-color: #3f424f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f424f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 66, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 66, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f424f; background: linear-gradient(135deg, #3f424f, #473F4F);