Steel Blue
#415C9F
BlueColor Codes
All color formats for development
HEX
#415C9FRGB
rgb(65, 92, 159)HSL
hsl(223, 42%, 44%)OKLCH
oklch(0.487 0.113 265.8)CMYK
cmyk(59%, 42%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B538F
2#34497F
3#2E4070
4#273760
5#212E50
6#1A2540
7#141C30
8#0D1220
9#070910
Tints
Lighter variations
1#4967B4
2#5D78BD
3#7189C5
4#859ACD
5#9AABD6
6#AEBBDE
7#C2CCE6
8#D6DDEE
9#EBEEF7
Tones
Muted variations
1#465E9B
2#4B6096
3#4F6291
4#54648C
5#596688
6#5D6883
7#626A7E
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 | 8096 #8096CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C77 #5C77BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 415C #415C9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3449 #34497F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2534 #25345B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #18213A | 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: #8096CB;
--steel-blue-500: #5C77BC;
--steel-blue-600: #415C9F;
--steel-blue-700: #34497F;
--steel-blue-800: #25345B;
--steel-blue-900: #18213A;
--steel-blue-950: #0F1524;
}