Steel Blue
#435E9D
BlueColor Codes
All color formats for development
HEX
#435E9DRGB
rgb(67, 94, 157)HSL
hsl(222, 40%, 44%)OKLCH
oklch(0.491 0.106 265.2)CMYK
cmyk(57%, 40%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D558D
2#364B7E
3#2F426E
4#28395E
5#222F4F
6#1B263F
7#141C2F
8#0D131F
9#070910
Tints
Lighter variations
1#4C6AB1
2#5F7ABA
3#738BC3
4#879CCC
5#9BACD4
6#AFBDDD
7#C3CDE5
8#D7DEEE
9#EBEEF6
Tones
Muted variations
1#486099
2#4C6294
3#516490
4#55658B
5#5A6787
6#5E6982
7#636B7E
8#676D79
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 | D1D9 #D1D9EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADBB #ADBBDC | BordersInactive statesPlaceholder text |
| 400 | 8297 #8297C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E7A #5E7ABA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435E #435E9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 364B #364B7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2636 #263659 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #182239 | 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: #D1D9EB;
--steel-blue-300: #ADBBDC;
--steel-blue-400: #8297C9;
--steel-blue-500: #5E7ABA;
--steel-blue-600: #435E9D;
--steel-blue-700: #364B7D;
--steel-blue-800: #263659;
--steel-blue-900: #182239;
--steel-blue-950: #0F1524;
}