Steel Blue
#7F91CC
BlueColor Codes
All color formats for development
HEX
#7F91CCRGB
rgb(127, 145, 204)HSL
hsl(226, 43%, 65%)OKLCH
oklch(0.666 0.09 270.8)CMYK
cmyk(38%, 29%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#687DC3
2#5069B9
3#4259A6
4#394D8E
5#2F4077
6#26335F
7#1C2647
8#131A2F
9#090D18
Tints
Lighter variations
1#8C9CD1
2#99A7D6
3#A6B2DB
4#B2BDE0
5#BFC8E6
6#CCD3EB
7#D9DEF0
8#E5E9F5
9#F2F4FA
Tones
Muted variations
1#8393C8
2#8795C4
3#8B97C1
4#8F99BD
5#939CB9
6#969EB5
7#9AA0B1
8#9EA2AD
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB7 #ABB7DE | BordersInactive statesPlaceholder text |
| 400 | 7F91 #7F91CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B72 #5B72BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4056 #4056A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3345 #334580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2431 #24315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 171F #171F3A | 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: #F4F6FB;
--steel-blue-100: #E5E9F5;
--steel-blue-200: #D0D6EC;
--steel-blue-300: #ABB7DE;
--steel-blue-400: #7F91CC;
--steel-blue-500: #5B72BE;
--steel-blue-600: #4056A0;
--steel-blue-700: #334580;
--steel-blue-800: #24315B;
--steel-blue-900: #171F3A;
--steel-blue-950: #0F1424;
}