Steel Blue
#4C93CD
BlueColor Codes
All color formats for development
HEX
#4C93CDRGB
rgb(76, 147, 205)HSL
hsl(207, 56%, 55%)OKLCH
oklch(0.642 0.113 245.5)CMYK
cmyk(63%, 28%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3885C5
2#3176AF
3#2B6899
4#255983
5#1F4A6D
6#193B58
7#132C42
8#0C1E2C
9#060F16
Tints
Lighter variations
1#5E9ED2
2#70A8D7
3#82B3DC
4#94BEE1
5#A5C9E6
6#B7D4EB
7#C9DFF0
8#DBE9F5
9#EDF4FA
Tones
Muted variations
1#5292C6
2#5991C0
3#5F91B9
4#6690B3
5#6C8FAC
6#738FA6
7#798EA0
8#7F8E99
9#868D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE0 #CBE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C8 #A4C8E5 | BordersInactive statesPlaceholder text |
| 400 | 74AB #74ABD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C93 #4C93CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3176 #3176AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 275E #275E8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C43 #1C4363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122B #122B40 | 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: #E3EEF7;
--steel-blue-200: #CBE0F0;
--steel-blue-300: #A4C8E5;
--steel-blue-400: #74ABD8;
--steel-blue-500: #4C93CD;
--steel-blue-600: #3176AF;
--steel-blue-700: #275E8B;
--steel-blue-800: #1C4363;
--steel-blue-900: #122B40;
--steel-blue-950: #0B1B28;
}