Steel Blue
#7B92D1
BlueColor Codes
All color formats for development
HEX
#7B92D1RGB
rgb(123, 146, 209)HSL
hsl(224, 48%, 65%)OKLCH
oklch(0.667 0.098 268.3)CMYK
cmyk(41%, 30%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#627DC8
2#4A69BF
3#3C5AAC
4#344D93
5#2B407B
6#223362
7#1A274A
8#111A31
9#090D19
Tints
Lighter variations
1#889DD5
2#95A8DA
3#A3B3DF
4#B0BDE3
5#BDC8E8
6#CAD3EC
7#D7DEF1
8#E5E9F6
9#F2F4FA
Tones
Muted variations
1#7F94CC
2#8396C8
3#8898C4
4#8C9ABF
5#909CBB
6#959EB7
7#99A0B3
8#9DA2AE
9#A1A4AA
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 #CED6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B7 #A8B7E1 | BordersInactive statesPlaceholder text |
| 400 | 7B92 #7B92D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5573 #5573C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A57 #3A57A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E45 #2E4584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2131 #21315E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1520 #15203C | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | 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: #CED6EE;
--steel-blue-300: #A8B7E1;
--steel-blue-400: #7B92D1;
--steel-blue-500: #5573C3;
--steel-blue-600: #3A57A6;
--steel-blue-700: #2E4584;
--steel-blue-800: #21315E;
--steel-blue-900: #15203C;
--steel-blue-950: #0D1426;
}