Steel Blue
#54A6C4
BlueColor Codes
All color formats for development
HEX
#54A6C4RGB
rgb(84, 166, 196)HSL
hsl(196, 49%, 55%)OKLCH
oklch(0.685 0.091 224.5)CMYK
cmyk(57%, 15%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#409BBC
2#398AA7
3#327992
4#2B677D
5#245668
6#1D4554
7#15343F
8#0E222A
9#071115
Tints
Lighter variations
1#65AFCA
2#76B8D0
3#87C1D6
4#98CADC
5#AAD3E2
6#BBDCE8
7#CCE4ED
8#DDEDF3
9#EEF6F9
Tones
Muted variations
1#5AA4BF
2#5FA1B9
3#659FB4
4#6B9CAE
5#7099A8
6#7697A3
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 | A8D2 #A8D2E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABA #7ABAD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A6 #54A6C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398A #398AA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6E #2E6E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214E #214E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1532 #15323D | 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: #A8D2E1;
--steel-blue-400: #7ABAD1;
--steel-blue-500: #54A6C4;
--steel-blue-600: #398AA7;
--steel-blue-700: #2E6E85;
--steel-blue-800: #214E5F;
--steel-blue-900: #15323D;
--steel-blue-950: #0D1F26;
}