Steel Blue
#5383C6
BlueColor Codes
All color formats for development
HEX
#5383C6RGB
rgb(83, 131, 198)HSL
hsl(215, 50%, 55%)OKLCH
oklch(0.606 0.115 256.9)CMYK
cmyk(58%, 34%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3F74BD
2#3867A8
3#315A93
4#2A4D7E
5#234069
6#1C3354
7#15273F
8#0E1A2A
9#070D15
Tints
Lighter variations
1#648FCB
2#759CD1
3#87A8D7
4#98B4DD
5#A9C1E2
6#BACDE8
7#CBDAEE
8#DDE6F4
9#EEF3F9
Tones
Muted variations
1#5984C0
2#5E85BA
3#6486B4
4#6A87AF
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 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7BF #A7BFE2 | BordersInactive statesPlaceholder text |
| 400 | 799E #799ED2 | Disabled statesSecondary iconsMuted text |
| 500 | 5383 #5383C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3867 #3867A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D52 #2D5286 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 203A #203A60 | 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: #E4ECF6;
--steel-blue-200: #CDDBEE;
--steel-blue-300: #A7BFE2;
--steel-blue-400: #799ED2;
--steel-blue-500: #5383C6;
--steel-blue-600: #3867A8;
--steel-blue-700: #2D5286;
--steel-blue-800: #203A60;
--steel-blue-900: #14253D;
--steel-blue-950: #0D1726;
}