Steel Blue
#5A5DBF
BlueColor Codes
All color formats for development
HEX
#5A5DBFRGB
rgb(90, 93, 191)HSL
hsl(238, 44%, 55%)OKLCH
oklch(0.527 0.15 278.6)CMYK
cmyk(53%, 51%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474AB6
2#3F42A2
3#373A8D
4#2F3279
5#272965
6#1F2151
7#18193D
8#101128
9#080814
Tints
Lighter variations
1#6A6DC5
2#7B7ECC
3#8B8ED2
4#9C9ED8
5#ACAEDF
6#BDBEE5
7#CDCEEC
8#DEDFF2
9#EEEFF9
Tones
Muted variations
1#5F62BA
2#6467B5
3#696BB0
4#6E70AB
5#7375A5
6#7879A0
7#7D7E9B
8#828396
9#878891
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAC #ABACDE | BordersInactive statesPlaceholder text |
| 400 | 7E81 #7E81CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A5D #5A5DBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F42 #3F42A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3235 #323581 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2426 #24265C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1718 #17183B | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E6F5;
--steel-blue-200: #CFD0EC;
--steel-blue-300: #ABACDE;
--steel-blue-400: #7E81CD;
--steel-blue-500: #5A5DBF;
--steel-blue-600: #3F42A2;
--steel-blue-700: #323581;
--steel-blue-800: #24265C;
--steel-blue-900: #17183B;
--steel-blue-950: #0E0F25;
}