Steel Blue
#4A7DCF
BlueColor Codes
All color formats for development
HEX
#4A7DCFRGB
rgb(74, 125, 207)HSL
hsl(217, 58%, 55%)OKLCH
oklch(0.593 0.137 259.5)CMYK
cmyk(64%, 40%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#356DC7
2#2F61B1
3#29559B
4#234985
5#1D3D6F
6#183159
7#122442
8#0C182C
9#060C16
Tints
Lighter variations
1#5C8AD4
2#6E97D8
3#80A4DD
4#92B1E2
5#A4BEE7
6#B6CBEC
7#C9D8F1
8#DBE5F5
9#EDF2FA
Tones
Muted variations
1#507EC8
2#5780C1
3#5E81BB
4#6483B4
5#6B84AE
6#7286A7
7#7888A0
8#7F899A
9#868B93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EB #E3EBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD9 #CBD9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BC #A2BCE6 | BordersInactive statesPlaceholder text |
| 400 | 729A #729ADA | Disabled statesSecondary iconsMuted text |
| 500 | 4A7D #4A7DCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F61 #2F61B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 254D #254D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B37 #1B3765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1123 #112340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B16 #0B1628 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EBF8;
--steel-blue-200: #CBD9F1;
--steel-blue-300: #A2BCE6;
--steel-blue-400: #729ADA;
--steel-blue-500: #4A7DCF;
--steel-blue-600: #2F61B1;
--steel-blue-700: #254D8D;
--steel-blue-800: #1B3765;
--steel-blue-900: #112340;
--steel-blue-950: #0B1628;
}