Steel Blue
#41659F
BlueColor Codes
All color formats for development
HEX
#41659FRGB
rgb(65, 101, 159)HSL
hsl(217, 42%, 44%)OKLCH
oklch(0.507 0.102 259.5)CMYK
cmyk(59%, 36%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5B8F
2#34517F
3#2E4770
4#273D60
5#213350
6#1A2840
7#141E30
8#0D1420
9#070A10
Tints
Lighter variations
1#4972B4
2#5D82BD
3#7191C5
4#85A1CD
5#9AB1D6
6#AEC0DE
7#C2D0E6
8#D6E0EE
9#EBEFF7
Tones
Muted variations
1#46669B
2#4B6796
3#4F6991
4#546A8C
5#596B88
6#5D6C83
7#626D7E
8#676E7A
9#6B6F75
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DB #D0DBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBF #ACBFDD | BordersInactive statesPlaceholder text |
| 400 | 809D #809DCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C81 #5C81BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4165 #41659F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3451 #34517F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 253A #253A5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1825 #18253A | 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: #F4F7FB;
--steel-blue-100: #E6EBF5;
--steel-blue-200: #D0DBEC;
--steel-blue-300: #ACBFDD;
--steel-blue-400: #809DCB;
--steel-blue-500: #5C81BC;
--steel-blue-600: #41659F;
--steel-blue-700: #34517F;
--steel-blue-800: #253A5B;
--steel-blue-900: #18253A;
--steel-blue-950: #0F1724;
}