Steel Blue
#41599F
BlueColor Codes
All color formats for development
HEX
#41599FRGB
rgb(65, 89, 159)HSL
hsl(225, 42%, 44%)OKLCH
oklch(0.48 0.116 267.7)CMYK
cmyk(59%, 44%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B508F
2#34477F
3#2E3E70
4#273560
5#212C50
6#1A2340
7#141B30
8#0D1220
9#070910
Tints
Lighter variations
1#4964B4
2#5D75BD
3#7186C5
4#8597CD
5#9AA9D6
6#AEBADE
7#C2CBE6
8#D6DCEE
9#EBEEF7
Tones
Muted variations
1#465B9B
2#4B5D96
3#4F6091
4#54628C
5#596488
6#5D6783
7#62697E
8#676B7A
9#6B6E75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D7 #D0D7EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB8 #ACB8DD | BordersInactive statesPlaceholder text |
| 400 | 8093 #8093CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C74 #5C74BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4159 #41599F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3447 #34477F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2532 #25325B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E6E9F5;
--steel-blue-200: #D0D7EC;
--steel-blue-300: #ACB8DD;
--steel-blue-400: #8093CB;
--steel-blue-500: #5C74BC;
--steel-blue-600: #41599F;
--steel-blue-700: #34477F;
--steel-blue-800: #25325B;
--steel-blue-900: #18203A;
--steel-blue-950: #0F1424;
}