Steel Blue
#5A80BF
BlueColor Codes
All color formats for development
HEX
#5A80BFRGB
rgb(90, 128, 191)HSL
hsl(217, 44%, 55%)OKLCH
oklch(0.599 0.106 260.1)CMYK
cmyk(53%, 33%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4771B6
2#3F65A2
3#37588D
4#2F4C79
5#273F65
6#1F3251
7#18263D
8#101928
9#080D14
Tints
Lighter variations
1#6A8DC5
2#7B9ACC
3#8BA6D2
4#9CB3D8
5#ACC0DF
6#BDCCE5
7#CDD9EC
8#DEE6F2
9#EEF2F9
Tones
Muted variations
1#5F82BA
2#6483B5
3#6984B0
4#6E85AB
5#7386A5
6#7888A0
7#7D899B
8#828A96
9#878B91
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDA #CFDAEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBE #ABBEDE | BordersInactive statesPlaceholder text |
| 400 | 7E9D #7E9DCD | Disabled statesSecondary iconsMuted text |
| 500 | 5A80 #5A80BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F65 #3F65A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3250 #325081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2439 #24395C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1725 #17253B | Primary textHigh emphasis contentDark headings |
| 950 | 0E17 #0E1725 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5EBF5;
--steel-blue-200: #CFDAEC;
--steel-blue-300: #ABBEDE;
--steel-blue-400: #7E9DCD;
--steel-blue-500: #5A80BF;
--steel-blue-600: #3F65A2;
--steel-blue-700: #325081;
--steel-blue-800: #24395C;
--steel-blue-900: #17253B;
--steel-blue-950: #0E1725;
}