Steel Blue
#5E74BA
BlueColor Codes
All color formats for development
HEX
#5E74BARGB
rgb(94, 116, 186)HSL
hsl(226, 40%, 55%)OKLCH
oklch(0.573 0.111 269.5)CMYK
cmyk(49%, 38%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C63B1
2#43589D
3#3B4D89
4#324276
5#2A3762
6#222C4F
7#19213B
8#111627
9#080B14
Tints
Lighter variations
1#6E82C1
2#7E90C8
3#8F9ECF
4#9FABD6
5#AFB9DD
6#BFC7E3
7#CFD5EA
8#DFE3F1
9#EFF1F8
Tones
Muted variations
1#6376B6
2#6879B1
3#6C7BAC
4#717EA8
5#7580A3
6#7A829F
7#7E859A
8#838795
9#888A91
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 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB8 #ADB8DC | BordersInactive statesPlaceholder text |
| 400 | 8293 #8293C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E74 #5E74BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4358 #43589D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3646 #36467D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2632 #263259 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #182039 | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | 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: #D1D7EB;
--steel-blue-300: #ADB8DC;
--steel-blue-400: #8293C9;
--steel-blue-500: #5E74BA;
--steel-blue-600: #43589D;
--steel-blue-700: #36467D;
--steel-blue-800: #263259;
--steel-blue-900: #182039;
--steel-blue-950: #0F1424;
}