Steel Blue
#3D56A4
BlueColor Codes
All color formats for development
HEX
#3D56A4RGB
rgb(61, 86, 164)HSL
hsl(225, 46%, 44%)OKLCH
oklch(0.475 0.129 267.9)CMYK
cmyk(63%, 48%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#374E93
2#304583
3#2A3C73
4#243462
5#1E2B52
6#182342
7#121A31
8#0C1121
9#060910
Tints
Lighter variations
1#4461B9
2#5872C1
3#6D84C9
4#8296D1
5#97A7D8
6#ACB9E0
7#C0CAE8
8#D5DCF0
9#EAEDF7
Tones
Muted variations
1#42599F
2#475C99
3#4C5E94
4#51618F
5#56638A
6#5C6685
7#616880
8#666B7B
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7DF | BordersInactive statesPlaceholder text |
| 400 | 7D91 #7D91CF | Disabled statesSecondary iconsMuted text |
| 500 | 5772 #5772C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D56 #3D56A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3045 #304582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2231 #22315D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #CFD6ED;
--steel-blue-300: #A9B7DF;
--steel-blue-400: #7D91CF;
--steel-blue-500: #5772C1;
--steel-blue-600: #3D56A4;
--steel-blue-700: #304582;
--steel-blue-800: #22315D;
--steel-blue-900: #161F3C;
--steel-blue-950: #0E1425;
}