Steel Blue
#7094DB
BlueColor Codes
All color formats for development
HEX
#7094DBRGB
rgb(112, 148, 219)HSL
hsl(220, 60%, 65%)OKLCH
oklch(0.67 0.113 263.1)CMYK
cmyk(49%, 32%, 0%, 14%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5680D5
2#3B6CCE
3#2E5DBA
4#28509F
5#214285
6#1B356A
7#142850
8#0D1B35
9#070D1B
Tints
Lighter variations
1#7E9FDF
2#8DA9E2
3#9BB4E6
4#A9BFEA
5#B8C9ED
6#C6D4F1
7#D4DFF4
8#E2EAF8
9#F1F4FB
Tones
Muted variations
1#7696D6
2#7B97D1
3#8099CB
4#869BC6
5#8B9DC1
6#909FBB
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 | E2EA #E2EAF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD7 #CAD7F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B9 #A1B9E8 | BordersInactive statesPlaceholder text |
| 400 | 7094 #7094DB | Disabled statesSecondary iconsMuted text |
| 500 | 4775 #4775D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D5A #2D5AB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2447 #24478F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A33 #1A3366 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1021 #102141 | 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: #E2EAF8;
--steel-blue-200: #CAD7F2;
--steel-blue-300: #A1B9E8;
--steel-blue-400: #7094DB;
--steel-blue-500: #4775D1;
--steel-blue-600: #2D5AB4;
--steel-blue-700: #24478F;
--steel-blue-800: #1A3366;
--steel-blue-900: #102141;
--steel-blue-950: #0A1429;
}