Steel Blue
#5E72BA
BlueColor Codes
All color formats for development
HEX
#5E72BARGB
rgb(94, 114, 186)HSL
hsl(227, 40%, 55%)OKLCH
oklch(0.569 0.114 270.7)CMYK
cmyk(49%, 39%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4C62B1
2#43579D
3#3B4C89
4#324176
5#2A3662
6#222B4F
7#19213B
8#111627
9#080B14
Tints
Lighter variations
1#6E80C1
2#7E8EC8
3#8F9CCF
4#9FABD6
5#AFB9DD
6#BFC7E3
7#CFD5EA
8#DFE3F1
9#EFF1F8
Tones
Muted variations
1#6375B6
2#6877B1
3#6C7AAC
4#717DA8
5#757FA3
6#7A829F
7#7E849A
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 | D1D6 #D1D6EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB7 #ADB7DC | BordersInactive statesPlaceholder text |
| 400 | 8292 #8292C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5E72 #5E72BA | Primary brand colorCTAsActive elementsLinks |
| 600 | 4357 #43579D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3645 #36457D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2631 #263159 | 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: #D1D6EB;
--steel-blue-300: #ADB7DC;
--steel-blue-400: #8292C9;
--steel-blue-500: #5E72BA;
--steel-blue-600: #43579D;
--steel-blue-700: #36457D;
--steel-blue-800: #263159;
--steel-blue-900: #182039;
--steel-blue-950: #0F1424;
}