Steel Blue
#54A3C4
BlueColor Codes
All color formats for development
HEX
#54A3C4RGB
rgb(84, 163, 196)HSL
hsl(198, 49%, 55%)OKLCH
oklch(0.678 0.091 227.7)CMYK
cmyk(57%, 17%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4097BC
2#3986A7
3#327592
4#2B657D
5#245468
6#1D4354
7#15323F
8#0E222A
9#071115
Tints
Lighter variations
1#65ACCA
2#76B5D0
3#87BED6
4#98C8DC
5#AAD1E2
6#BBDAE8
7#CCE3ED
8#DDEDF3
9#EEF6F9
Tones
Muted variations
1#5AA0BF
2#5F9EB9
3#659CB4
4#6B9AAE
5#7097A8
6#7695A3
7#7B939D
8#819197
9#878E92
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 | CEE4 #CEE4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D0 #A8D0E1 | BordersInactive statesPlaceholder text |
| 400 | 7AB7 #7AB7D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A3 #54A3C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3986 #3986A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6B #2E6B85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214C #214C5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1531 #15313D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1E #0D1E26 | 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: #CEE4EE;
--steel-blue-300: #A8D0E1;
--steel-blue-400: #7AB7D1;
--steel-blue-500: #54A3C4;
--steel-blue-600: #3986A7;
--steel-blue-700: #2E6B85;
--steel-blue-800: #214C5F;
--steel-blue-900: #15313D;
--steel-blue-950: #0D1E26;
}