Steel Blue
#5C62BC
BlueColor Codes
All color formats for development
HEX
#5C62BCRGB
rgb(92, 98, 188)HSL
hsl(236, 42%, 55%)OKLCH
oklch(0.536 0.139 277.7)CMYK
cmyk(51%, 48%, 0%, 26%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4950B3
2#41479F
3#393E8B
4#313677
5#292D64
6#212450
7#181B3C
8#101228
9#080914
Tints
Lighter variations
1#6C72C3
2#7D82CA
3#8D91D0
4#9DA1D7
5#AEB1DE
6#BEC0E4
7#CED0EB
8#DEE0F2
9#EFEFF8
Tones
Muted variations
1#6167B8
2#666BB3
3#6B6FAE
4#6F73A9
5#7477A4
6#797CA0
7#7E809B
8#838496
9#878891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAF #ACAFDD | BordersInactive statesPlaceholder text |
| 400 | 8085 #8085CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C62 #5C62BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4147 #41479F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3439 #34397F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2529 #25295B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E6E7F5;
--steel-blue-200: #D0D2EC;
--steel-blue-300: #ACAFDD;
--steel-blue-400: #8085CB;
--steel-blue-500: #5C62BC;
--steel-blue-600: #41479F;
--steel-blue-700: #34397F;
--steel-blue-800: #25295B;
--steel-blue-900: #181A3A;
--steel-blue-950: #0F1024;
}