Steel Blue
#41649F
BlueColor Codes
All color formats for development
HEX
#41649FRGB
rgb(65, 100, 159)HSL
hsl(218, 42%, 44%)OKLCH
oklch(0.505 0.103 260.3)CMYK
cmyk(59%, 37%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5A8F
2#34507F
3#2E4670
4#273C60
5#213250
6#1A2840
7#141E30
8#0D1420
9#070A10
Tints
Lighter variations
1#4970B4
2#5D80BD
3#7190C5
4#85A0CD
5#9AB0D6
6#AEBFDE
7#C2CFE6
8#D6DFEE
9#EBEFF7
Tones
Muted variations
1#46659B
2#4B6696
3#4F6791
4#54698C
5#596A88
6#5D6B83
7#626C7E
8#676E7A
9#6B6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBE #ACBEDD | BordersInactive statesPlaceholder text |
| 400 | 809C #809CCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C7F #5C7FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4164 #41649F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 344F #344F7F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2539 #25395B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E6EBF5;
--steel-blue-200: #D0DAEC;
--steel-blue-300: #ACBEDD;
--steel-blue-400: #809CCB;
--steel-blue-500: #5C7FBC;
--steel-blue-600: #41649F;
--steel-blue-700: #344F7F;
--steel-blue-800: #25395B;
--steel-blue-900: #18243A;
--steel-blue-950: #0F1724;
}