Steel Blue
#5490C4
BlueColor Codes
All color formats for development
HEX
#5490C4RGB
rgb(84, 144, 196)HSL
hsl(208, 49%, 55%)OKLCH
oklch(0.635 0.101 246.4)CMYK
cmyk(57%, 27%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4082BC
2#3974A7
3#326592
4#2B577D
5#244868
6#1D3A54
7#152B3F
8#0E1D2A
9#070E15
Tints
Lighter variations
1#659BCA
2#76A6D0
3#87B1D6
4#98BCDC
5#AAC7E2
6#BBD3E8
7#CCDEED
8#DDE9F3
9#EEF4F9
Tones
Muted variations
1#5A90BF
2#5F8FB9
3#658FB4
4#6B8EAE
5#708EA8
6#768EA3
7#7B8D9D
8#818D97
9#878D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDF #CEDFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C6 #A8C6E1 | BordersInactive statesPlaceholder text |
| 400 | 7AA9 #7AA9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5490 #5490C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3974 #3974A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5C #2E5C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2142 #21425F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152A #152A3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1A #0D1A26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E4EEF6;
--steel-blue-200: #CEDFEE;
--steel-blue-300: #A8C6E1;
--steel-blue-400: #7AA9D1;
--steel-blue-500: #5490C4;
--steel-blue-600: #3974A7;
--steel-blue-700: #2E5C85;
--steel-blue-800: #21425F;
--steel-blue-900: #152A3D;
--steel-blue-950: #0D1A26;
}