Steel Blue
#5C8CBC
BlueColor Codes
All color formats for development
HEX
#5C8CBCRGB
rgb(92, 140, 188)HSL
hsl(210, 42%, 55%)OKLCH
oklch(0.626 0.09 249.4)CMYK
cmyk(51%, 26%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#497EB3
2#41709F
3#39628B
4#315477
5#294664
6#213850
7#182A3C
8#101C28
9#080E14
Tints
Lighter variations
1#6C98C3
2#7DA3CA
3#8DAFD0
4#9DBAD7
5#AEC6DE
6#BED1E4
7#CEDDEB
8#DEE8F2
9#EFF4F8
Tones
Muted variations
1#618CB8
2#668CB3
3#6B8CAE
4#6F8CA9
5#748CA4
6#798CA0
7#7E8C9B
8#838C96
9#878C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6ED #E6EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DE #D0DEEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC4 #ACC4DD | BordersInactive statesPlaceholder text |
| 400 | 80A6 #80A6CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C8C #5C8CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4170 #41709F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3459 #34597F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2540 #25405B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1829 #18293A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1A #0F1A24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E6EDF5;
--steel-blue-200: #D0DEEC;
--steel-blue-300: #ACC4DD;
--steel-blue-400: #80A6CB;
--steel-blue-500: #5C8CBC;
--steel-blue-600: #41709F;
--steel-blue-700: #34597F;
--steel-blue-800: #25405B;
--steel-blue-900: #18293A;
--steel-blue-950: #0F1A24;
}