Steel Blue
#3D58A4
BlueColor Codes
All color formats for development
HEX
#3D58A4RGB
rgb(61, 88, 164)HSL
hsl(224, 46%, 44%)OKLCH
oklch(0.479 0.126 266.9)CMYK
cmyk(63%, 46%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#374F93
2#304683
3#2A3E73
4#243562
5#1E2C52
6#182342
7#121A31
8#0C1221
9#060910
Tints
Lighter variations
1#4463B9
2#5874C1
3#6D86C9
4#8297D1
5#97A8D8
6#ACBAE0
7#C0CBE8
8#D5DCF0
9#EAEEF7
Tones
Muted variations
1#425B9F
2#475D99
3#4C5F94
4#51628F
5#56648A
6#5C6785
7#616980
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 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B8 #A9B8DF | BordersInactive statesPlaceholder text |
| 400 | 7D93 #7D93CF | Disabled statesSecondary iconsMuted text |
| 500 | 5774 #5774C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D58 #3D58A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3046 #304682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2232 #22325D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203C | 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: #CFD7ED;
--steel-blue-300: #A9B8DF;
--steel-blue-400: #7D93CF;
--steel-blue-500: #5774C1;
--steel-blue-600: #3D58A4;
--steel-blue-700: #304682;
--steel-blue-800: #22325D;
--steel-blue-900: #16203C;
--steel-blue-950: #0E1425;
}