Steel Blue
#414B9F
BlueColor Codes
All color formats for development
HEX
#414B9FRGB
rgb(65, 75, 159)HSL
hsl(234, 42%, 44%)OKLCH
oklch(0.451 0.135 274.5)CMYK
cmyk(59%, 53%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B438F
2#343C7F
3#2E3470
4#272D60
5#212550
6#1A1E40
7#141630
8#0D0F20
9#070710
Tints
Lighter variations
1#4954B4
2#5D66BD
3#7179C5
4#858DCD
5#9AA0D6
6#AEB3DE
7#C2C6E6
8#D6D9EE
9#EBECF7
Tones
Muted variations
1#464E9B
2#4B5296
3#4F5691
4#545A8C
5#595D88
6#5D6183
7#62657E
8#67697A
9#6B6C75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB1 #ACB1DD | BordersInactive statesPlaceholder text |
| 400 | 8088 #8088CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C66 #5C66BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 414B #414B9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 343B #343B7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252A #252A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E6E7F5;
--steel-blue-200: #D0D3EC;
--steel-blue-300: #ACB1DD;
--steel-blue-400: #8088CB;
--steel-blue-500: #5C66BC;
--steel-blue-600: #414B9F;
--steel-blue-700: #343B7F;
--steel-blue-800: #252A5B;
--steel-blue-900: #181B3A;
--steel-blue-950: #0F1124;
}