Steel Blue
#42629E
BlueColor Codes
All color formats for development
HEX
#42629ERGB
rgb(66, 98, 158)HSL
hsl(219, 41%, 44%)OKLCH
oklch(0.5 0.103 262)CMYK
cmyk(58%, 38%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C598E
2#354F7F
3#2E456F
4#283B5F
5#21314F
6#1A273F
7#141E2F
8#0D1420
9#070A10
Tints
Lighter variations
1#4B6FB2
2#5E7FBC
3#728FC4
4#869FCC
5#9AAFD5
6#AEBFDD
7#C3CFE6
8#D7DFEE
9#EBEFF7
Tones
Muted variations
1#47649A
2#4B6595
3#506790
4#55688C
5#596987
6#5E6B83
7#626C7E
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 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBD #ACBDDC | BordersInactive statesPlaceholder text |
| 400 | 819B #819BCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7E #5D7EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4262 #42629E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354E #354E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2638 #26385A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | 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: #E6EBF4;
--steel-blue-200: #D0DAEB;
--steel-blue-300: #ACBDDC;
--steel-blue-400: #819BCA;
--steel-blue-500: #5D7EBB;
--steel-blue-600: #42629E;
--steel-blue-700: #354E7E;
--steel-blue-800: #26385A;
--steel-blue-900: #18243A;
--steel-blue-950: #0F1624;
}