Steel Blue
#54A5C4
BlueColor Codes
All color formats for development
HEX
#54A5C4RGB
rgb(84, 165, 196)HSL
hsl(197, 49%, 55%)OKLCH
oklch(0.683 0.091 225.6)CMYK
cmyk(57%, 16%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4099BC
2#3988A7
3#327792
4#2B667D
5#245568
6#1D4454
7#15333F
8#0E222A
9#071115
Tints
Lighter variations
1#65AECA
2#76B7D0
3#87C0D6
4#98C9DC
5#AAD2E2
6#BBDBE8
7#CCE4ED
8#DDEDF3
9#EEF6F9
Tones
Muted variations
1#5AA2BF
2#5FA0B9
3#659DB4
4#6B9BAE
5#7098A8
6#7696A3
7#7B949D
8#819197
9#878F92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE5 #CEE5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D1 #A8D1E1 | BordersInactive statesPlaceholder text |
| 400 | 7AB9 #7AB9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A5 #54A5C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3988 #3988A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6C #2E6C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214D #214D5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1F #0D1F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E4F1F6;
--steel-blue-200: #CEE5EE;
--steel-blue-300: #A8D1E1;
--steel-blue-400: #7AB9D1;
--steel-blue-500: #54A5C4;
--steel-blue-600: #3988A7;
--steel-blue-700: #2E6C85;
--steel-blue-800: #214D5F;
--steel-blue-900: #15313D;
--steel-blue-950: #0D1F26;
}