Steel Blue
#5487C4
BlueColor Codes
All color formats for development
HEX
#5487C4RGB
rgb(84, 135, 196)HSL
hsl(213, 49%, 55%)OKLCH
oklch(0.614 0.108 253.8)CMYK
cmyk(57%, 31%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4078BC
2#396BA7
3#325D92
4#2B507D
5#244368
6#1D3554
7#15283F
8#0E1B2A
9#070D15
Tints
Lighter variations
1#6593CA
2#769FD0
3#87ABD6
4#98B7DC
5#AAC3E2
6#BBCFE8
7#CCDBED
8#DDE7F3
9#EEF3F9
Tones
Muted variations
1#5A87BF
2#5F88B9
3#6588B4
4#6B89AE
5#7089A8
6#768AA3
7#7B8B9D
8#818B97
9#878C92
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 | CEDC #CEDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C1 #A8C1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA1 #7AA1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5487 #5487C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 396B #396BA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E55 #2E5585 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213D #213D5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273D | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | 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: #CEDCEE;
--steel-blue-300: #A8C1E1;
--steel-blue-400: #7AA1D1;
--steel-blue-500: #5487C4;
--steel-blue-600: #396BA7;
--steel-blue-700: #2E5585;
--steel-blue-800: #213D5F;
--steel-blue-900: #15273D;
--steel-blue-950: #0D1826;
}