Steel Blue
#5494C4
BlueColor Codes
All color formats for development
HEX
#5494C4RGB
rgb(84, 148, 196)HSL
hsl(206, 49%, 55%)OKLCH
oklch(0.644 0.098 242.7)CMYK
cmyk(57%, 24%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4086BC
2#3978A7
3#326992
4#2B5A7D
5#244B68
6#1D3C54
7#152D3F
8#0E1E2A
9#070F15
Tints
Lighter variations
1#659ECA
2#76A9D0
3#87B4D6
4#98BFDC
5#AAC9E2
6#BBD4E8
7#CCDFED
8#DDEAF3
9#EEF4F9
Tones
Muted variations
1#5A93BF
2#5F92B9
3#6591B4
4#6B91AE
5#7090A8
6#768FA3
7#7B8E9D
8#818E97
9#878D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE0 #CEE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C8 #A8C8E1 | BordersInactive statesPlaceholder text |
| 400 | 7AAC #7AACD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5494 #5494C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3978 #3978A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E5F #2E5F85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2144 #21445F | Text on light backgroundsHeadingsStrong borders |
| 900 | 152B #152B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E4EEF6;
--steel-blue-200: #CEE0EE;
--steel-blue-300: #A8C8E1;
--steel-blue-400: #7AACD1;
--steel-blue-500: #5494C4;
--steel-blue-600: #3978A7;
--steel-blue-700: #2E5F85;
--steel-blue-800: #21445F;
--steel-blue-900: #152B3D;
--steel-blue-950: #0D1B26;
}