Steel Blue
#7393D9
BlueColor Codes
All color formats for development
HEX
#7393D9RGB
rgb(115, 147, 217)HSL
hsl(221, 57%, 65%)OKLCH
oklch(0.668 0.111 264.8)CMYK
cmyk(47%, 32%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#597FD1
2#3F6BCA
3#325CB6
4#2B4F9C
5#244282
6#1D3468
7#15274E
8#0E1A34
9#070D1A
Tints
Lighter variations
1#819EDC
2#8FA9E0
3#9DB3E4
4#ABBEE8
5#B9C9EC
6#C7D4F0
7#D5DFF3
8#E3E9F7
9#F1F4FB
Tones
Muted variations
1#7895D4
2#7D97CE
3#8299C9
4#879BC4
5#8C9CBF
6#919EBA
7#96A0B5
8#9CA2B0
9#A1A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3B8 #A3B8E6 | BordersInactive statesPlaceholder text |
| 400 | 7393 #7393D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B74 #4B74CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3059 #3059B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2647 #26478C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B32 #1B3264 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1220 #122040 | Primary textHigh emphasis contentDark headings |
| 950 | 0B14 #0B1428 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3E9F7;
--steel-blue-200: #CBD7F1;
--steel-blue-300: #A3B8E6;
--steel-blue-400: #7393D9;
--steel-blue-500: #4B74CE;
--steel-blue-600: #3059B0;
--steel-blue-700: #26478C;
--steel-blue-800: #1B3264;
--steel-blue-900: #122040;
--steel-blue-950: #0B1428;
}