Steel Blue
#6E93DE
BlueColor Codes
All color formats for development
HEX
#6E93DERGB
rgb(110, 147, 222)HSL
hsl(220, 63%, 65%)OKLCH
oklch(0.668 0.119 263.5)CMYK
cmyk(50%, 34%, 0%, 13%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#537FD8
2#376BD2
3#2B5CBD
4#254FA2
5#1F4187
6#19346C
7#122751
8#0C1A36
9#060D1B
Tints
Lighter variations
1#7C9EE1
2#8BA9E5
3#99B3E8
4#A8BEEB
5#B6C9EE
6#C5D4F2
7#D3DFF5
8#E2E9F8
9#F0F4FC
Tones
Muted variations
1#7395D8
2#7997D3
3#7E99CD
4#849BC7
5#8A9CC2
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 | C9D7 #C9D7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB8 #9FB8E9 | BordersInactive statesPlaceholder text |
| 400 | 6E93 #6E93DE | Disabled statesSecondary iconsMuted text |
| 500 | 4474 #4474D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A59 #2A59B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2147 #214791 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1832 #183268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F20 #0F2043 | 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: #C9D7F3;
--steel-blue-300: #9FB8E9;
--steel-blue-400: #6E93DE;
--steel-blue-500: #4474D5;
--steel-blue-600: #2A59B7;
--steel-blue-700: #214791;
--steel-blue-800: #183268;
--steel-blue-900: #0F2043;
--steel-blue-950: #09142A;
}