Steel Blue
#5492C4
BlueColor Codes
All color formats for development
HEX
#5492C4RGB
rgb(84, 146, 196)HSL
hsl(207, 49%, 55%)OKLCH
oklch(0.639 0.099 244.6)CMYK
cmyk(57%, 26%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4084BC
2#3976A7
3#326792
4#2B587D
5#244A68
6#1D3B54
7#152C3F
8#0E1D2A
9#070F15
Tints
Lighter variations
1#659DCA
2#76A8D0
3#87B3D6
4#98BEDC
5#AAC8E2
6#BBD3E8
7#CCDEED
8#DDE9F3
9#EEF4F9
Tones
Muted variations
1#5A91BF
2#5F91B9
3#6590B4
4#6B90AE
5#708FA8
6#768EA3
7#7B8E9D
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 | A8C7 #A8C7E1 | BordersInactive statesPlaceholder text |
| 400 | 7AAA #7AAAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5492 #5492C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3976 #3976A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5E #2E5E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2143 #21435F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | 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: #A8C7E1;
--steel-blue-400: #7AAAD1;
--steel-blue-500: #5492C4;
--steel-blue-600: #3976A7;
--steel-blue-700: #2E5E85;
--steel-blue-800: #21435F;
--steel-blue-900: #152B3D;
--steel-blue-950: #0D1B26;
}