Steel Blue
#6E91DE
BlueColor Codes
All color formats for development
HEX
#6E91DERGB
rgb(110, 145, 222)HSL
hsl(221, 63%, 65%)OKLCH
oklch(0.664 0.122 264.7)CMYK
cmyk(50%, 35%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#537DD8
2#3768D2
3#2B59BD
4#254CA2
5#1F4087
6#19336C
7#122651
8#0C1936
9#060D1B
Tints
Lighter variations
1#7C9CE1
2#8BA7E5
3#99B2E8
4#A8BDEB
5#B6C8EE
6#C5D3F2
7#D3DEF5
8#E2E9F8
9#F0F4FC
Tones
Muted variations
1#7393D8
2#7995D3
3#7E97CD
4#8499C7
5#8A9BC2
6#8F9EBC
7#95A0B7
8#9BA2B1
9#A0A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E9 #E2E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D6 #C9D6F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB7 #9FB7E9 | BordersInactive statesPlaceholder text |
| 400 | 6E91 #6E91DE | Disabled statesSecondary iconsMuted text |
| 500 | 4472 #4472D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A56 #2A56B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2145 #214591 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1831 #183168 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1F #0F1F43 | Primary textHigh emphasis contentDark headings |
| 950 | 0914 #09142A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E2E9F8;
--steel-blue-200: #C9D6F3;
--steel-blue-300: #9FB7E9;
--steel-blue-400: #6E91DE;
--steel-blue-500: #4472D5;
--steel-blue-600: #2A56B7;
--steel-blue-700: #214591;
--steel-blue-800: #183168;
--steel-blue-900: #0F1F43;
--steel-blue-950: #09142A;
}