Steel Blue
#5A96BF
BlueColor Codes
All color formats for development
HEX
#5A96BFRGB
rgb(90, 150, 191)HSL
hsl(204, 44%, 55%)OKLCH
oklch(0.649 0.088 239.9)CMYK
cmyk(53%, 21%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4789B6
2#3F7AA2
3#376B8D
4#2F5C79
5#274C65
6#1F3D51
7#182E3D
8#101F28
9#080F14
Tints
Lighter variations
1#6AA1C5
2#7BABCC
3#8BB6D2
4#9CC0D8
5#ACCBDF
6#BDD5E5
7#CDE0EC
8#DEEAF2
9#EEF5F9
Tones
Muted variations
1#5F95BA
2#6494B5
3#6993B0
4#6E92AB
5#7391A5
6#7890A0
7#7D8F9B
8#828E96
9#878D91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE1 #CFE1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCA #ABCADE | BordersInactive statesPlaceholder text |
| 400 | 7EAE #7EAECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A96 #5A96BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F7A #3F7AA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3261 #326181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2445 #24455C | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1C #0E1C25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EFF5;
--steel-blue-200: #CFE1EC;
--steel-blue-300: #ABCADE;
--steel-blue-400: #7EAECD;
--steel-blue-500: #5A96BF;
--steel-blue-600: #3F7AA2;
--steel-blue-700: #326181;
--steel-blue-800: #24455C;
--steel-blue-900: #172C3B;
--steel-blue-950: #0E1C25;
}