Steel Blue
#5E71BA
BlueColor Codes
All color formats for development
HEX
#5E71BARGB
rgb(94, 113, 186)HSL
hsl(228, 40%, 55%)OKLCH
oklch(0.567 0.115 271.3)CMYK
cmyk(49%, 39%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C60B1
2#43559D
3#3B4B89
4#324076
5#2A3562
6#222B4F
7#19203B
8#111527
9#080B14
Tints
Lighter variations
1#6E7FC1
2#7E8DC8
3#8F9BCF
4#9FAAD6
5#AFB8DD
6#BFC6E3
7#CFD4EA
8#DFE3F1
9#EFF1F8
Tones
Muted variations
1#6373B6
2#6876B1
3#6C79AC
4#717CA8
5#757EA3
6#7A819F
7#7E849A
8#838795
9#888991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB6 #ADB6DC | BordersInactive statesPlaceholder text |
| 400 | 8290 #8290C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E71 #5E71BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4355 #43559D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3644 #36447D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2630 #263059 | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F39 | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6E9F4;
--steel-blue-200: #D1D6EB;
--steel-blue-300: #ADB6DC;
--steel-blue-400: #8290C9;
--steel-blue-500: #5E71BA;
--steel-blue-600: #43559D;
--steel-blue-700: #36447D;
--steel-blue-800: #263059;
--steel-blue-900: #181F39;
--steel-blue-950: #0F1324;
}