Steel Blue
#5F85B9
BlueColor Codes
All color formats for development
HEX
#5F85B9RGB
rgb(95, 133, 185)HSL
hsl(215, 39%, 55%)OKLCH
oklch(0.61 0.09 256.4)CMYK
cmyk(49%, 28%, 0%, 27%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4D76AF
2#44699C
3#3C5C88
4#334F75
5#2B4261
6#22344E
7#1A273A
8#111A27
9#090D13
Tints
Lighter variations
1#6F91C0
2#7F9DC7
3#8FA9CE
4#9FB6D5
5#AFC2DC
6#BFCEE3
7#CFDAEA
8#DFE7F1
9#EFF3F8
Tones
Muted variations
1#6486B5
2#6886B0
3#6D87AC
4#7188A7
5#7689A3
6#7A899E
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 | 83A0 #83A0C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F85 #5F85B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4469 #44699C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3653 #36537C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 273C #273C59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1926 #192639 | 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: #83A0C9;
--steel-blue-500: #5F85B9;
--steel-blue-600: #44699C;
--steel-blue-700: #36537C;
--steel-blue-800: #273C59;
--steel-blue-900: #192639;
--steel-blue-950: #101823;
}