Steel Blue
#7194DA
BlueColor Codes
All color formats for development
HEX
#7194DARGB
rgb(113, 148, 218)HSL
hsl(220, 59%, 65%)OKLCH
oklch(0.67 0.112 263.4)CMYK
cmyk(48%, 32%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5780D4
2#3C6DCD
3#305DB8
4#29509E
5#224384
6#1B3569
7#14284F
8#0E1B35
9#070D1A
Tints
Lighter variations
1#7F9FDE
2#8DAAE2
3#9CB4E5
4#AABFE9
5#B8CAED
6#C6D4F0
7#D4DFF4
8#E3EAF8
9#F1F4FB
Tones
Muted variations
1#7696D5
2#7C98D0
3#8199CB
4#869BC5
5#8B9DC0
6#919FBB
7#96A0B6
8#9BA2B0
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 | CAD7 #CAD7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2B9 #A2B9E7 | BordersInactive statesPlaceholder text |
| 400 | 7194 #7194DA | Disabled statesSecondary iconsMuted text |
| 500 | 4976 #4976D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E5A #2E5AB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2548 #25488E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A33 #1A3365 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1121 #112141 | Primary textHigh emphasis contentDark headings |
| 950 | 0A14 #0A1429 | 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: #CAD7F1;
--steel-blue-300: #A2B9E7;
--steel-blue-400: #7194DA;
--steel-blue-500: #4976D0;
--steel-blue-600: #2E5AB2;
--steel-blue-700: #25488E;
--steel-blue-800: #1A3365;
--steel-blue-900: #112141;
--steel-blue-950: #0A1429;
}