Steel Blue
#425C9E
BlueColor Codes
All color formats for development
HEX
#425C9ERGB
rgb(66, 92, 158)HSL
hsl(223, 41%, 44%)OKLCH
oklch(0.487 0.111 266.2)CMYK
cmyk(58%, 42%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C538E
2#354A7F
3#2E416F
4#28375F
5#212E4F
6#1A253F
7#141C2F
8#0D1220
9#070910
Tints
Lighter variations
1#4B68B2
2#5E78BC
3#7289C4
4#869ACC
5#9AABD5
6#AEBCDD
7#C3CDE6
8#D7DDEE
9#EBEEF7
Tones
Muted variations
1#475E9A
2#4B6095
3#506290
4#55648C
5#596687
6#5E6883
7#626A7E
8#676C79
9#6C6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBA #ACBADC | BordersInactive statesPlaceholder text |
| 400 | 8196 #8196CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D78 #5D78BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425C #425C9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3549 #35497E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #26345A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #18223A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6EAF4;
--steel-blue-200: #D0D8EB;
--steel-blue-300: #ACBADC;
--steel-blue-400: #8196CA;
--steel-blue-500: #5D78BB;
--steel-blue-600: #425C9E;
--steel-blue-700: #35497E;
--steel-blue-800: #26345A;
--steel-blue-900: #18223A;
--steel-blue-950: #0F1524;
}