Steel Blue
#415D9F
BlueColor Codes
All color formats for development
HEX
#415D9FRGB
rgb(65, 93, 159)HSL
hsl(222, 42%, 44%)OKLCH
oklch(0.489 0.111 265.2)CMYK
cmyk(59%, 42%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B548F
2#344B7F
3#2E4170
4#273860
5#212F50
6#1A2540
7#141C30
8#0D1320
9#070910
Tints
Lighter variations
1#4969B4
2#5D7ABD
3#718AC5
4#859BCD
5#9AACD6
6#AEBCDE
7#C2CDE6
8#D6DEEE
9#EBEEF7
Tones
Muted variations
1#465F9B
2#4B6196
3#4F6391
4#54658C
5#596788
6#5D6983
7#626B7E
8#676C7A
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBA #ACBADD | BordersInactive statesPlaceholder text |
| 400 | 8097 #8097CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C79 #5C79BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 415D #415D9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344A #344A7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2535 #25355B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1822 #18223A | 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: #F4F6FB;
--steel-blue-100: #E6EAF5;
--steel-blue-200: #D0D8EC;
--steel-blue-300: #ACBADD;
--steel-blue-400: #8097CB;
--steel-blue-500: #5C79BC;
--steel-blue-600: #415D9F;
--steel-blue-700: #344A7F;
--steel-blue-800: #25355B;
--steel-blue-900: #18223A;
--steel-blue-950: #0F1524;
}