Steel Blue
#54A8C4
BlueColor Codes
All color formats for development
HEX
#54A8C4RGB
rgb(84, 168, 196)HSL
hsl(195, 49%, 55%)OKLCH
oklch(0.69 0.091 222.4)CMYK
cmyk(57%, 14%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#409DBC
2#398CA7
3#327A92
4#2B697D
5#245768
6#1D4654
7#15343F
8#0E232A
9#071115
Tints
Lighter variations
1#65B1CA
2#76BAD0
3#87C2D6
4#98CBDC
5#AAD4E2
6#BBDCE8
7#CCE5ED
8#DDEEF3
9#EEF6F9
Tones
Muted variations
1#5AA6BF
2#5FA3B9
3#65A0B4
4#6B9DAE
5#709AA8
6#7697A3
7#7B959D
8#819297
9#878F92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE6 #CEE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D3 #A8D3E1 | BordersInactive statesPlaceholder text |
| 400 | 7ABC #7ABCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 54A8 #54A8C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 398C #398CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E6F #2E6F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 214F #214F5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333D | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E4F2F6;
--steel-blue-200: #CEE6EE;
--steel-blue-300: #A8D3E1;
--steel-blue-400: #7ABCD1;
--steel-blue-500: #54A8C4;
--steel-blue-600: #398CA7;
--steel-blue-700: #2E6F85;
--steel-blue-800: #214F5F;
--steel-blue-900: #15333D;
--steel-blue-950: #0D2026;
}