#3d528f
a dark, soft blue · cool · closest name: steelblue
RGB
61, 82, 143
HSL
225°, 40%, 40%
CMYK
57, 43, 0, 44
Luminance
0.0901
Every format
| HEX | #3d528f |
| RGB | rgb(61, 82, 143) |
| HSL | hsl(225, 40%, 40%) |
| CMYK | cmyk(57%, 43%, 0%, 44%) |
| LAB | lab(36.0 11.1 -36.3) |
| LCH | lch(36.0 38.0 287.0) |
| OKLCH | oklch(0.452 0.103 267.8) |
Copy-ready code
/* CSS */
color: #3d528f;
background-color: #3d528f;
/* Tailwind (arbitrary) */
class="text-[#3d528f] bg-[#3d528f]"
/* SCSS */
$brand: #3d528f;
/* SwiftUI */
Color(red: 0.239, green: 0.322, blue: 0.561)
/* Android */
Color.parseColor("#3d528f")Accessibility — WCAG contrast
Aa
#3d528f on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3d528f on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green32.2%
Blue56.1%
CMYK percentages
Cyan57.3%
Magenta42.7%
Yellow0.0%
Key (black)43.9%
Color previews
#3d528f text on a black background
contrast 2.80:1
Card sample
#3d528f text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d528f;
Background color
Panel with #3d528f background
background-color: #3d528f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d528f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 82, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 82, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d528f; background: linear-gradient(135deg, #3d528f, #5F3D8F);