Steel Blue
#7096DB
BlueColor Codes
All color formats for development
HEX
#7096DBRGB
rgb(112, 150, 219)HSL
hsl(219, 60%, 65%)OKLCH
oklch(0.674 0.111 261.8)CMYK
cmyk(49%, 32%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5682D5
2#3B6FCE
3#2E5FBA
4#28529F
5#214485
6#1B366A
7#142950
8#0D1B35
9#070E1B
Tints
Lighter variations
1#7EA0DF
2#8DABE2
3#9BB5E6
4#A9C0EA
5#B8CAED
6#C6D5F1
7#D4DFF4
8#E2EAF8
9#F1F4FB
Tones
Muted variations
1#7697D6
2#7B99D1
3#809BCB
4#869CC6
5#8B9EC1
6#909FBB
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 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD8 #CAD8F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1BA #A1BAE8 | BordersInactive statesPlaceholder text |
| 400 | 7096 #7096DB | Disabled statesSecondary iconsMuted text |
| 500 | 4778 #4778D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D5C #2D5CB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2449 #24498F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A34 #1A3466 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102141 | 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: #E2EAF8;
--steel-blue-200: #CAD8F2;
--steel-blue-300: #A1BAE8;
--steel-blue-400: #7096DB;
--steel-blue-500: #4778D1;
--steel-blue-600: #2D5CB4;
--steel-blue-700: #24498F;
--steel-blue-800: #1A3466;
--steel-blue-900: #102141;
--steel-blue-950: #0A1529;
}