Steel Blue
#7C91D0
BlueColor Codes
All color formats for development
HEX
#7C91D0RGB
rgb(124, 145, 208)HSL
hsl(225, 47%, 65%)OKLCH
oklch(0.666 0.097 269.5)CMYK
cmyk(40%, 30%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#637CC7
2#4B68BE
3#3D59AB
4#354C92
5#2C3F7A
6#233361
7#1A2649
8#121931
9#090D18
Tints
Lighter variations
1#899CD4
2#96A7D9
3#A3B2DE
4#B0BDE3
5#BDC8E7
6#CBD3EC
7#D8DEF1
8#E5E9F6
9#F2F4FA
Tones
Muted variations
1#8093CC
2#8495C7
3#8897C3
4#8D99BF
5#919BBB
6#959DB7
7#999FB2
8#9DA2AE
9#A2A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED6 #CED6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B7 #A9B7E0 | BordersInactive statesPlaceholder text |
| 400 | 7C91 #7C91D0 | Disabled statesSecondary iconsMuted text |
| 500 | 5671 #5671C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B56 #3B56A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F44 #2F4483 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2231 #22315E | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F6;
--steel-blue-200: #CED6ED;
--steel-blue-300: #A9B7E0;
--steel-blue-400: #7C91D0;
--steel-blue-500: #5671C2;
--steel-blue-600: #3B56A5;
--steel-blue-700: #2F4483;
--steel-blue-800: #22315E;
--steel-blue-900: #161F3C;
--steel-blue-950: #0E1425;
}