Steel Blue
#4491D5
BlueColor Codes
All color formats for development
HEX
#4491D5RGB
rgb(68, 145, 213)HSL
hsl(208, 63%, 55%)OKLCH
oklch(0.639 0.128 247.9)CMYK
cmyk(68%, 32%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F84CE
2#2A75B7
3#2466A0
4#1F5889
5#1A4972
6#153A5B
7#102C45
8#0A1D2E
9#050F17
Tints
Lighter variations
1#579CD9
2#69A7DD
3#7CB2E1
4#8FBDE6
5#A1C8EA
6#B4D3EE
7#C7DEF2
8#DAE9F7
9#ECF4FB
Tones
Muted variations
1#4B91CD
2#5290C6
3#5A90BF
4#618FB8
5#688FB0
6#6F8EA9
7#778EA2
8#7E8D9B
9#858D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EE #E2EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9DF #C9DFF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FC7 #9FC7E9 | BordersInactive statesPlaceholder text |
| 400 | 6EA9 #6EA9DE | Disabled statesSecondary iconsMuted text |
| 500 | 4491 #4491D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A75 #2A75B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 215D #215D91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1842 #184268 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F2B #0F2B43 | Primary textHigh emphasis contentDark headings |
| 950 | 091B #091B2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E2EEF8;
--steel-blue-200: #C9DFF3;
--steel-blue-300: #9FC7E9;
--steel-blue-400: #6EA9DE;
--steel-blue-500: #4491D5;
--steel-blue-600: #2A75B7;
--steel-blue-700: #215D91;
--steel-blue-800: #184268;
--steel-blue-900: #0F2B43;
--steel-blue-950: #091B2A;
}