Steel Blue
#5A60BF
BlueColor Codes
All color formats for development
HEX
#5A60BFRGB
rgb(90, 96, 191)HSL
hsl(236, 44%, 55%)OKLCH
oklch(0.532 0.146 277.5)CMYK
cmyk(53%, 50%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#474EB6
2#3F45A2
3#373D8D
4#2F3479
5#272B65
6#1F2351
7#181A3D
8#101128
9#080914
Tints
Lighter variations
1#6A70C5
2#7B80CC
3#8B90D2
4#9CA0D8
5#ACB0DF
6#BDC0E5
7#CDCFEC
8#DEDFF2
9#EEEFF9
Tones
Muted variations
1#5F65BA
2#6469B5
3#696EB0
4#6E72AB
5#7376A5
6#787BA0
7#7D7F9B
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 | CFD1 #CFD1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAE #ABAEDE | BordersInactive statesPlaceholder text |
| 400 | 7E84 #7E84CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A60 #5A60BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F45 #3F45A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3237 #323781 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2427 #24275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1719 #17193B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | 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: #CFD1EC;
--steel-blue-300: #ABAEDE;
--steel-blue-400: #7E84CD;
--steel-blue-500: #5A60BF;
--steel-blue-600: #3F45A2;
--steel-blue-700: #323781;
--steel-blue-800: #24275C;
--steel-blue-900: #17193B;
--steel-blue-950: #0E1025;
}