#3d466c
a dark, soft blue · warm · closest name: steelblue
RGB
61, 70, 108
HSL
229°, 28%, 33%
CMYK
44, 35, 0, 58
Luminance
0.0646
Every format
| HEX | #3d466c |
| RGB | rgb(61, 70, 108) |
| HSL | hsl(229, 28%, 33%) |
| CMYK | cmyk(44%, 35%, 0%, 58%) |
| LAB | lab(30.5 7.2 -23.2) |
| LCH | lch(30.5 24.3 287.2) |
| OKLCH | oklch(0.404 0.065 273.0) |
Copy-ready code
/* CSS */
color: #3d466c;
background-color: #3d466c;
/* Tailwind (arbitrary) */
class="text-[#3d466c] bg-[#3d466c]"
/* SCSS */
$brand: #3d466c;
/* SwiftUI */
Color(red: 0.239, green: 0.275, blue: 0.424)
/* Android */
Color.parseColor("#3d466c")Accessibility — WCAG contrast
Aa
#3d466c on white: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d466c on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green27.5%
Blue42.4%
CMYK percentages
Cyan43.5%
Magenta35.2%
Yellow0.0%
Key (black)57.6%
Color previews
#3d466c text on a black background
contrast 2.29:1
Card sample
#3d466c text on a white background
contrast 9.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d466c;
Background color
Panel with #3d466c background
background-color: #3d466c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d466c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 70, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 70, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d466c; background: linear-gradient(135deg, #3d466c, #533D6C);