Steel Blue
#5485C4
BlueColor Codes
All color formats for development
HEX
#5485C4RGB
rgb(84, 133, 196)HSL
hsl(214, 49%, 55%)OKLCH
oklch(0.61 0.11 255.3)CMYK
cmyk(57%, 32%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4076BC
2#3969A7
3#325C92
4#2B4F7D
5#244268
6#1D3454
7#15273F
8#0E1A2A
9#070D15
Tints
Lighter variations
1#6591CA
2#769DD0
3#87A9D6
4#98B6DC
5#AAC2E2
6#BBCEE8
7#CCDAED
8#DDE7F3
9#EEF3F9
Tones
Muted variations
1#5A86BF
2#5F86B9
3#6587B4
4#6B88AE
5#7089A8
6#7689A3
7#7B8A9D
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 | 7AA0 #7AA0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5485 #5485C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3969 #3969A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E53 #2E5385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213C #213C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1526 #15263D | 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: #7AA0D1;
--steel-blue-500: #5485C4;
--steel-blue-600: #3969A7;
--steel-blue-700: #2E5385;
--steel-blue-800: #213C5F;
--steel-blue-900: #15263D;
--steel-blue-950: #0D1826;
}