Steel Blue
#414F9F
BlueColor Codes
All color formats for development
HEX
#414F9FRGB
rgb(65, 79, 159)HSL
hsl(231, 42%, 44%)OKLCH
oklch(0.459 0.13 272.8)CMYK
cmyk(59%, 50%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B478F
2#343F7F
3#2E3770
4#273060
5#212850
6#1A2040
7#141830
8#0D1020
9#070810
Tints
Lighter variations
1#4959B4
2#5D6BBD
3#717EC5
4#8590CD
5#9AA3D6
6#AEB5DE
7#C2C8E6
8#D6DAEE
9#EBEDF7
Tones
Muted variations
1#46539B
2#4B5696
3#4F5991
4#545C8C
5#596088
6#5D6383
7#62667E
8#676A7A
9#6B6D75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D4 #D0D4EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB3 #ACB3DD | BordersInactive statesPlaceholder text |
| 400 | 808C #808CCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6B #5C6BBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 414F #414F9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 343F #343F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252D #252D5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E6E8F5;
--steel-blue-200: #D0D4EC;
--steel-blue-300: #ACB3DD;
--steel-blue-400: #808CCB;
--steel-blue-500: #5C6BBC;
--steel-blue-600: #414F9F;
--steel-blue-700: #343F7F;
--steel-blue-800: #252D5B;
--steel-blue-900: #181D3A;
--steel-blue-950: #0F1224;
}