Steel Blue
#5483C4
BlueColor Codes
All color formats for development
HEX
#5483C4RGB
rgb(84, 131, 196)HSL
hsl(215, 49%, 55%)OKLCH
oklch(0.605 0.112 256.7)CMYK
cmyk(57%, 33%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4074BC
2#3967A7
3#325A92
4#2B4D7D
5#244068
6#1D3454
7#15273F
8#0E1A2A
9#070D15
Tints
Lighter variations
1#658FCA
2#769CD0
3#87A8D6
4#98B5DC
5#AAC1E2
6#BBCDE8
7#CCDAED
8#DDE6F3
9#EEF3F9
Tones
Muted variations
1#5A84BF
2#5F85B9
3#6586B4
4#6B87AE
5#7088A8
6#7689A3
7#7B899D
8#818A97
9#878B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDB #CEDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C0 #A8C0E1 | BordersInactive statesPlaceholder text |
| 400 | 7A9E #7A9ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5483 #5483C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3967 #3967A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E52 #2E5285 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213B #213B5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1525 #15253D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E4ECF6;
--steel-blue-200: #CEDBEE;
--steel-blue-300: #A8C0E1;
--steel-blue-400: #7A9ED1;
--steel-blue-500: #5483C4;
--steel-blue-600: #3967A7;
--steel-blue-700: #2E5285;
--steel-blue-800: #213B5F;
--steel-blue-900: #15253D;
--steel-blue-950: #0D1726;
}