Steel Blue
#7293DA
BlueColor Codes
All color formats for development
HEX
#7293DARGB
rgb(114, 147, 218)HSL
hsl(221, 58%, 65%)OKLCH
oklch(0.668 0.112 264.6)CMYK
cmyk(48%, 33%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#587FD3
2#3E6BCC
3#315BB7
4#2A4E9D
5#234183
6#1C3469
7#15274F
8#0E1A34
9#070D1A
Tints
Lighter variations
1#809EDD
2#8EA8E1
3#9CB3E5
4#AABEE9
5#B8C9EC
6#C7D4F0
7#D5DFF4
8#E3E9F8
9#F1F4FB
Tones
Muted variations
1#7795D4
2#7C97CF
3#8298CA
4#879AC5
5#8C9CC0
6#919EBA
7#96A0B5
8#9BA2B0
9#A1A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B8 #A2B8E6 | BordersInactive statesPlaceholder text |
| 400 | 7293 #7293DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A74 #4A74CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F58 #2F58B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2546 #25468D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B32 #1B3265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1120 #112040 | 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: #E3E9F8;
--steel-blue-200: #CBD7F1;
--steel-blue-300: #A2B8E6;
--steel-blue-400: #7293DA;
--steel-blue-500: #4A74CF;
--steel-blue-600: #2F58B1;
--steel-blue-700: #25468D;
--steel-blue-800: #1B3265;
--steel-blue-900: #112040;
--steel-blue-950: #0B1428;
}