Steel Blue
#41519F
BlueColor Codes
All color formats for development
HEX
#41519FRGB
rgb(65, 81, 159)HSL
hsl(230, 42%, 44%)OKLCH
oklch(0.463 0.127 271.9)CMYK
cmyk(59%, 49%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B498F
2#34417F
3#2E3970
4#273060
5#212850
6#1A2040
7#141830
8#0D1020
9#070810
Tints
Lighter variations
1#495BB4
2#5D6DBD
3#717FC5
4#8591CD
5#9AA4D6
6#AEB6DE
7#C2C8E6
8#D6DAEE
9#EBEDF7
Tones
Muted variations
1#46549B
2#4B5796
3#4F5A91
4#545D8C
5#596088
6#5D6483
7#62677E
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 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DD | BordersInactive statesPlaceholder text |
| 400 | 808D #808DCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6C #5C6CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4151 #41519F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3440 #34407F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252E #252E5B | 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: #D0D5EC;
--steel-blue-300: #ACB4DD;
--steel-blue-400: #808DCB;
--steel-blue-500: #5C6CBC;
--steel-blue-600: #41519F;
--steel-blue-700: #34407F;
--steel-blue-800: #252E5B;
--steel-blue-900: #181D3A;
--steel-blue-950: #0F1224;
}