Steel Blue
#5381C6
BlueColor Codes
All color formats for development
HEX
#5381C6RGB
rgb(83, 129, 198)HSL
hsl(216, 50%, 55%)OKLCH
oklch(0.601 0.117 258.3)CMYK
cmyk(58%, 35%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F72BD
2#3865A8
3#315893
4#2A4C7E
5#233F69
6#1C3254
7#15263F
8#0E192A
9#070D15
Tints
Lighter variations
1#648DCB
2#759AD1
3#87A7D7
4#98B3DD
5#A9C0E2
6#BACDE8
7#CBD9EE
8#DDE6F4
9#EEF2F9
Tones
Muted variations
1#5982C0
2#5E83BA
3#6484B4
4#6A85AF
5#7087A9
6#7588A3
7#7B899D
8#818A98
9#878B92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BE #A7BEE2 | BordersInactive statesPlaceholder text |
| 400 | 799D #799DD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5381 #5381C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3865 #3865A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D50 #2D5086 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2039 #203960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253D | Primary textHigh emphasis contentDark headings |
| 950 | 0D17 #0D1726 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E4EBF6;
--steel-blue-200: #CDDBEE;
--steel-blue-300: #A7BEE2;
--steel-blue-400: #799DD2;
--steel-blue-500: #5381C6;
--steel-blue-600: #3865A8;
--steel-blue-700: #2D5086;
--steel-blue-800: #203960;
--steel-blue-900: #14253D;
--steel-blue-950: #0D1726;
}