Steel Blue
#5A67BF
BlueColor Codes
All color formats for development
HEX
#5A67BFRGB
rgb(90, 103, 191)HSL
hsl(232, 44%, 55%)OKLCH
oklch(0.546 0.137 274.6)CMYK
cmyk(53%, 46%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4755B6
2#3F4CA2
3#37428D
4#2F3979
5#272F65
6#1F2651
7#181C3D
8#101328
9#080914
Tints
Lighter variations
1#6A76C5
2#7B86CC
3#8B95D2
4#9CA4D8
5#ACB3DF
6#BDC2E5
7#CDD1EC
8#DEE1F2
9#EEF0F9
Tones
Muted variations
1#5F6BBA
2#646FB5
3#6972B0
4#6E76AB
5#737AA5
6#787DA0
7#7D819B
8#828596
9#878991
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD3 #CFD3EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABB1 #ABB1DE | BordersInactive statesPlaceholder text |
| 400 | 7E89 #7E89CD | Disabled statesSecondary iconsMuted text |
| 500 | 5A67 #5A67BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F4C #3F4CA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 323C #323C81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 242B #242B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 171C #171C3B | Primary textHigh emphasis contentDark headings |
| 950 | 0E11 #0E1125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #CFD3EC;
--steel-blue-300: #ABB1DE;
--steel-blue-400: #7E89CD;
--steel-blue-500: #5A67BF;
--steel-blue-600: #3F4CA2;
--steel-blue-700: #323C81;
--steel-blue-800: #242B5C;
--steel-blue-900: #171C3B;
--steel-blue-950: #0E1125;
}