Steel Blue
#41629F
BlueColor Codes
All color formats for development
HEX
#41629FRGB
rgb(65, 98, 159)HSL
hsl(219, 42%, 44%)OKLCH
oklch(0.5 0.105 261.8)CMYK
cmyk(59%, 38%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B588F
2#344E7F
3#2E4570
4#273B60
5#213150
6#1A2740
7#141D30
8#0D1420
9#070A10
Tints
Lighter variations
1#496FB4
2#5D7EBD
3#718EC5
4#859FCD
5#9AAFD6
6#AEBFDE
7#C2CFE6
8#D6DFEE
9#EBEFF7
Tones
Muted variations
1#46639B
2#4B6596
3#4F6691
4#54688C
5#596988
6#5D6B83
7#626C7E
8#676D7A
9#6B6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBD #ACBDDD | BordersInactive statesPlaceholder text |
| 400 | 809B #809BCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C7E #5C7EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4162 #41629F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344E #344E7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2538 #25385B | 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: #F4F6FB;
--steel-blue-100: #E6EBF5;
--steel-blue-200: #D0DAEC;
--steel-blue-300: #ACBDDD;
--steel-blue-400: #809BCB;
--steel-blue-500: #5C7EBC;
--steel-blue-600: #41629F;
--steel-blue-700: #344E7F;
--steel-blue-800: #25385B;
--steel-blue-900: #18243A;
--steel-blue-950: #0F1624;
}