Steel Blue
#4D93CB
BlueColor Codes
All color formats for development
HEX
#4D93CBRGB
rgb(77, 147, 203)HSL
hsl(207, 55%, 55%)OKLCH
oklch(0.642 0.11 244.9)CMYK
cmyk(62%, 28%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3985C4
2#3276AE
3#2C6898
4#265982
5#204A6D
6#193B57
7#132C41
8#0D1E2B
9#060F16
Tints
Lighter variations
1#5F9DD1
2#71A8D6
3#82B3DB
4#94BEE0
5#A6C9E5
6#B8D4EA
7#CADEF0
8#DBE9F5
9#EDF4FA
Tones
Muted variations
1#5392C5
2#5A91BF
3#6091B8
4#6690B2
5#6D8FAC
6#738FA5
7#798E9F
8#808E99
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 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C8 #A4C8E5 | BordersInactive statesPlaceholder text |
| 400 | 75AB #75ABD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D93 #4D93CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3276 #3276AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 285E #285E8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D43 #1D4363 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122B #122B3F | 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: #CCE0F0;
--steel-blue-300: #A4C8E5;
--steel-blue-400: #75ABD7;
--steel-blue-500: #4D93CB;
--steel-blue-600: #3276AE;
--steel-blue-700: #285E8A;
--steel-blue-800: #1D4363;
--steel-blue-900: #122B3F;
--steel-blue-950: #0B1B28;
}