#3f5264
a dark, soft blue · cool · closest name: darkslategray
RGB
63, 82, 100
HSL
209°, 23%, 32%
CMYK
37, 18, 0, 61
Luminance
0.0801
Every format
| HEX | #3f5264 |
| RGB | rgb(63, 82, 100) |
| HSL | hsl(209, 23%, 32%) |
| CMYK | cmyk(37%, 18%, 0%, 61%) |
| LAB | lab(34.0 -2.4 -12.8) |
| LCH | lch(34.0 13.0 259.6) |
| OKLCH | oklch(0.430 0.038 247.3) |
Copy-ready code
/* CSS */
color: #3f5264;
background-color: #3f5264;
/* Tailwind (arbitrary) */
class="text-[#3f5264] bg-[#3f5264]"
/* SCSS */
$brand: #3f5264;
/* SwiftUI */
Color(red: 0.247, green: 0.322, blue: 0.392)
/* Android */
Color.parseColor("#3f5264")Accessibility — WCAG contrast
Aa
#3f5264 on white: 8.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3f5264 on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green32.2%
Blue39.2%
CMYK percentages
Cyan37.0%
Magenta18.0%
Yellow0.0%
Key (black)60.8%
Color previews
#3f5264 text on a black background
contrast 2.60:1
Card sample
#3f5264 text on a white background
contrast 8.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f5264;
Background color
Panel with #3f5264 background
background-color: #3f5264;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f5264;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 82, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 82, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f5264; background: linear-gradient(135deg, #3f5264, #453F64);