Steel Blue
#7196DA
BlueColor Codes
All color formats for development
HEX
#7196DARGB
rgb(113, 150, 218)HSL
hsl(219, 59%, 65%)OKLCH
oklch(0.674 0.11 262)CMYK
cmyk(48%, 31%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5782D4
2#3C6FCD
3#305FB8
4#29529E
5#224484
6#1B3769
7#14294F
8#0E1B35
9#070E1A
Tints
Lighter variations
1#7FA0DE
2#8DABE2
3#9CB5E5
4#AAC0E9
5#B8CAED
6#C6D5F0
7#D4DFF4
8#E3EAF8
9#F1F4FB
Tones
Muted variations
1#7698D5
2#7C99D0
3#819BCB
4#869CC5
5#8B9EC0
6#919FBB
7#96A1B6
8#9BA3B0
9#A0A4AB
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 | CAD8 #CAD8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2BA #A2BAE7 | BordersInactive statesPlaceholder text |
| 400 | 7196 #7196DA | Disabled statesSecondary iconsMuted text |
| 500 | 4978 #4978D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5C #2E5CB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2549 #25498E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A34 #1A3465 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1122 #112241 | Primary textHigh emphasis contentDark headings |
| 950 | 0A15 #0A1529 | 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: #CAD8F1;
--steel-blue-300: #A2BAE7;
--steel-blue-400: #7196DA;
--steel-blue-500: #4978D0;
--steel-blue-600: #2E5CB2;
--steel-blue-700: #25498E;
--steel-blue-800: #1A3465;
--steel-blue-900: #112241;
--steel-blue-950: #0A1529;
}