Steel Blue
#5A82BF
BlueColor Codes
All color formats for development
HEX
#5A82BFRGB
rgb(90, 130, 191)HSL
hsl(216, 44%, 55%)OKLCH
oklch(0.604 0.104 258.6)CMYK
cmyk(53%, 32%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4773B6
2#3F66A2
3#375A8D
4#2F4D79
5#274065
6#1F3351
7#18263D
8#101A28
9#080D14
Tints
Lighter variations
1#6A8FC5
2#7B9BCC
3#8BA8D2
4#9CB4D8
5#ACC1DF
6#BDCDE5
7#CDDAEC
8#DEE6F2
9#EEF3F9
Tones
Muted variations
1#5F83BA
2#6484B5
3#6985B0
4#6E86AB
5#7387A5
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 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFDB #CFDBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBF #ABBFDE | BordersInactive statesPlaceholder text |
| 400 | 7E9E #7E9ECD | Disabled statesSecondary iconsMuted text |
| 500 | 5A82 #5A82BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F66 #3F66A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3251 #325181 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243A #243A5C | 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: #E5ECF5;
--steel-blue-200: #CFDBEC;
--steel-blue-300: #ABBFDE;
--steel-blue-400: #7E9ECD;
--steel-blue-500: #5A82BF;
--steel-blue-600: #3F66A2;
--steel-blue-700: #325181;
--steel-blue-800: #243A5C;
--steel-blue-900: #17253B;
--steel-blue-950: #0E1725;
}