Steel Blue
#41579F
BlueColor Codes
All color formats for development
HEX
#41579FRGB
rgb(65, 87, 159)HSL
hsl(226, 42%, 44%)OKLCH
oklch(0.476 0.119 268.8)CMYK
cmyk(59%, 45%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B4E8F
2#34467F
3#2E3D70
4#273460
5#212C50
6#1A2340
7#141A30
8#0D1120
9#070910
Tints
Lighter variations
1#4962B4
2#5D73BD
3#7185C5
4#8596CD
5#9AA8D6
6#AEB9DE
7#C2CBE6
8#D6DCEE
9#EBEEF7
Tones
Muted variations
1#465A9B
2#4B5C96
3#4F5F91
4#54618C
5#596488
6#5D6683
7#62697E
8#676B7A
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB7 #ACB7DD | BordersInactive statesPlaceholder text |
| 400 | 8092 #8092CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C73 #5C73BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4157 #41579F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3445 #34457F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2531 #25315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E6E9F5;
--steel-blue-200: #D0D6EC;
--steel-blue-300: #ACB7DD;
--steel-blue-400: #8092CB;
--steel-blue-500: #5C73BC;
--steel-blue-600: #41579F;
--steel-blue-700: #34457F;
--steel-blue-800: #25315B;
--steel-blue-900: #18203A;
--steel-blue-950: #0F1424;
}