Steel Blue
#5373C6
BlueColor Codes
All color formats for development
HEX
#5373C6RGB
rgb(83, 115, 198)HSL
hsl(223, 50%, 55%)OKLCH
oklch(0.571 0.133 266.4)CMYK
cmyk(58%, 42%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F63BD
2#3858A8
3#314D93
4#2A427E
5#233769
6#1C2C54
7#15213F
8#0E162A
9#070B15
Tints
Lighter variations
1#6481CB
2#758FD1
3#879DD7
4#98ABDD
5#A9B9E2
6#BAC7E8
7#CBD5EE
8#DDE3F4
9#EEF1F9
Tones
Muted variations
1#5976C0
2#5E78BA
3#647BB4
4#6A7DAF
5#7080A9
6#7582A3
7#7B859D
8#818798
9#878A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD7 #CDD7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7B8 #A7B8E2 | BordersInactive statesPlaceholder text |
| 400 | 7992 #7992D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5373 #5373C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3858 #3858A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D46 #2D4686 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2032 #203260 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203D | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CDD7EE;
--steel-blue-300: #A7B8E2;
--steel-blue-400: #7992D2;
--steel-blue-500: #5373C6;
--steel-blue-600: #3858A8;
--steel-blue-700: #2D4686;
--steel-blue-800: #203260;
--steel-blue-900: #14203D;
--steel-blue-950: #0D1426;
}