Steel Blue
#7294DA
BlueColor Codes
All color formats for development
HEX
#7294DARGB
rgb(114, 148, 218)HSL
hsl(220, 58%, 65%)OKLCH
oklch(0.67 0.111 263.9)CMYK
cmyk(48%, 32%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5881D3
2#3E6DCC
3#315EB7
4#2A509D
5#234383
6#1C3569
7#15284F
8#0E1B34
9#070D1A
Tints
Lighter variations
1#809FDD
2#8EAAE1
3#9CB4E5
4#AABFE9
5#B8CAEC
6#C7D4F0
7#D5DFF4
8#E3EAF8
9#F1F4FB
Tones
Muted variations
1#7796D4
2#7C98CF
3#829ACA
4#879BC5
5#8C9DC0
6#919FBA
7#96A1B5
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 | E3EA #E3EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD7 #CBD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B9 #A2B9E6 | BordersInactive statesPlaceholder text |
| 400 | 7294 #7294DA | Disabled statesSecondary iconsMuted text |
| 500 | 4A76 #4A76CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F5B #2F5BB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2548 #25488D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B33 #1B3365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1121 #112140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF8;
--steel-blue-200: #CBD7F1;
--steel-blue-300: #A2B9E6;
--steel-blue-400: #7294DA;
--steel-blue-500: #4A76CF;
--steel-blue-600: #2F5BB1;
--steel-blue-700: #25488D;
--steel-blue-800: #1B3365;
--steel-blue-900: #112140;
--steel-blue-950: #0B1528;
}