Steel Blue
#5F76B9
BlueColor Codes
All color formats for development
HEX
#5F76B9RGB
rgb(95, 118, 185)HSL
hsl(225, 39%, 55%)OKLCH
oklch(0.577 0.107 268.6)CMYK
cmyk(49%, 36%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D66AF
2#445A9C
3#3C4F88
4#334475
5#2B3861
6#222D4E
7#1A223A
8#111727
9#090B13
Tints
Lighter variations
1#6F84C0
2#7F91C7
3#8F9FCE
4#9FADD5
5#AFBADC
6#BFC8E3
7#CFD6EA
8#DFE4F1
9#EFF1F8
Tones
Muted variations
1#6478B5
2#687AB0
3#6D7DAC
4#717FA7
5#7681A3
6#7A839E
7#7F869A
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 | D1D7 #D1D7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB9 #ADB9DB | BordersInactive statesPlaceholder text |
| 400 | 8394 #8394C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F76 #5F76B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 445A #445A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3648 #36487C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2733 #273359 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1921 #192139 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | 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: #D1D7EB;
--steel-blue-300: #ADB9DB;
--steel-blue-400: #8394C9;
--steel-blue-500: #5F76B9;
--steel-blue-600: #445A9C;
--steel-blue-700: #36487C;
--steel-blue-800: #273359;
--steel-blue-900: #192139;
--steel-blue-950: #101523;
}