Steel Blue
#425F9E
BlueColor Codes
All color formats for development
HEX
#425F9ERGB
rgb(66, 95, 158)HSL
hsl(221, 41%, 44%)OKLCH
oklch(0.494 0.107 264.2)CMYK
cmyk(58%, 40%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C568E
2#354C7F
3#2E436F
4#28395F
5#21304F
6#1A263F
7#141D2F
8#0D1320
9#070A10
Tints
Lighter variations
1#4B6BB2
2#5E7CBC
3#728CC4
4#869CCC
5#9AADD5
6#AEBDDD
7#C3CEE6
8#D7DEEE
9#EBEFF7
Tones
Muted variations
1#47619A
2#4B6395
3#506490
4#55668C
5#596887
6#5E6983
7#626B7E
8#676D79
9#6C6F75
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 | D0D9 #D0D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBC #ACBCDC | BordersInactive statesPlaceholder text |
| 400 | 8198 #8198CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7B #5D7BBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 425F #425F9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354C #354C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #26365A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1823 #18233A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | 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: #D0D9EB;
--steel-blue-300: #ACBCDC;
--steel-blue-400: #8198CA;
--steel-blue-500: #5D7BBB;
--steel-blue-600: #425F9E;
--steel-blue-700: #354C7E;
--steel-blue-800: #26365A;
--steel-blue-900: #18233A;
--steel-blue-950: #0F1624;
}