Steel Blue
#4A93CF
BlueColor Codes
All color formats for development
HEX
#4A93CFRGB
rgb(74, 147, 207)HSL
hsl(207, 58%, 55%)OKLCH
oklch(0.643 0.116 245.8)CMYK
cmyk(64%, 29%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3586C7
2#2F77B1
3#29689B
4#235985
5#1D4A6F
6#183B59
7#122D42
8#0C1E2C
9#060F16
Tints
Lighter variations
1#5C9ED4
2#6EA9D8
3#80B3DD
4#92BEE2
5#A4C9E7
6#B6D4EC
7#C9DFF1
8#DBE9F5
9#EDF4FA
Tones
Muted variations
1#5092C8
2#5792C1
3#5E91BB
4#6490B4
5#6B90AE
6#728FA7
7#788EA0
8#7F8E9A
9#868D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C8 #A2C8E6 | BordersInactive statesPlaceholder text |
| 400 | 72AB #72ABDA | Disabled statesSecondary iconsMuted text |
| 500 | 4A93 #4A93CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F77 #2F77B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255E #255E8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B43 #1B4365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112B #112B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1B #0B1B28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EEF8;
--steel-blue-200: #CBE0F1;
--steel-blue-300: #A2C8E6;
--steel-blue-400: #72ABDA;
--steel-blue-500: #4A93CF;
--steel-blue-600: #2F77B1;
--steel-blue-700: #255E8D;
--steel-blue-800: #1B4365;
--steel-blue-900: #112B40;
--steel-blue-950: #0B1B28;
}