Steel Blue
#5F86B9
BlueColor Codes
All color formats for development
HEX
#5F86B9RGB
rgb(95, 134, 185)HSL
hsl(214, 39%, 55%)OKLCH
oklch(0.612 0.089 255.5)CMYK
cmyk(49%, 28%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D78AF
2#446A9C
3#3C5D88
4#335075
5#2B4261
6#22354E
7#1A283A
8#111B27
9#090D13
Tints
Lighter variations
1#6F92C0
2#7F9EC7
3#8FAACE
4#9FB7D5
5#AFC3DC
6#BFCFE3
7#CFDBEA
8#DFE7F1
9#EFF3F8
Tones
Muted variations
1#6487B5
2#6887B0
3#6D88AC
4#7189A7
5#7689A3
6#7A8A9E
7#7F8A9A
8#838B95
9#888C91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EC #E6ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1DC #D1DCEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADC1 #ADC1DB | BordersInactive statesPlaceholder text |
| 400 | 83A1 #83A1C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F86 #5F86B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 446A #446A9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3655 #36557C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1927 #192739 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FA;
--steel-blue-100: #E6ECF4;
--steel-blue-200: #D1DCEB;
--steel-blue-300: #ADC1DB;
--steel-blue-400: #83A1C9;
--steel-blue-500: #5F86B9;
--steel-blue-600: #446A9C;
--steel-blue-700: #36557C;
--steel-blue-800: #273C59;
--steel-blue-900: #192739;
--steel-blue-950: #101823;
}