Steel Blue
#5E77BA
BlueColor Codes
All color formats for development
HEX
#5E77BARGB
rgb(94, 119, 186)HSL
hsl(224, 40%, 55%)OKLCH
oklch(0.579 0.108 267.5)CMYK
cmyk(49%, 36%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C67B1
2#435B9D
3#3B5089
4#324476
5#2A3962
6#222E4F
7#19223B
8#111727
9#080B14
Tints
Lighter variations
1#6E84C1
2#7E92C8
3#8FA0CF
4#9FADD6
5#AFBBDD
6#BFC9E3
7#CFD6EA
8#DFE4F1
9#EFF1F8
Tones
Muted variations
1#6379B6
2#687BB1
3#6C7DAC
4#717FA8
5#7582A3
6#7A849F
7#7E869A
8#838895
9#888A91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D8 #D1D8EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DC | BordersInactive statesPlaceholder text |
| 400 | 8295 #8295C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E77 #5E77BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 435B #435B9D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3649 #36497D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2634 #263459 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #182139 | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FA;
--steel-blue-100: #E6EAF4;
--steel-blue-200: #D1D8EB;
--steel-blue-300: #ADB9DC;
--steel-blue-400: #8295C9;
--steel-blue-500: #5E77BA;
--steel-blue-600: #435B9D;
--steel-blue-700: #36497D;
--steel-blue-800: #263459;
--steel-blue-900: #182139;
--steel-blue-950: #0F1524;
}