Steel Blue
#5286C7
BlueColor Codes
All color formats for development
HEX
#5286C7RGB
rgb(82, 134, 199)HSL
hsl(213, 51%, 55%)OKLCH
oklch(0.613 0.114 254.8)CMYK
cmyk(59%, 33%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E78BF
2#376AA9
3#305D94
4#29507F
5#22436A
6#1B3555
7#152840
8#0E1B2A
9#070D15
Tints
Lighter variations
1#6392CC
2#749FD2
3#86ABD8
4#97B7DD
5#A8C3E3
6#BACFE9
7#CBDBEE
8#DCE7F4
9#EEF3F9
Tones
Muted variations
1#5887C1
2#5D88BB
3#6388B5
4#6989AF
5#6F89AA
6#758AA4
7#7B8A9E
8#818B98
9#868C92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDC #CDDCEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C1 #A6C1E2 | BordersInactive statesPlaceholder text |
| 400 | 78A1 #78A1D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5286 #5286C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 376A #376AA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C55 #2C5587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3C #1F3C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1427 #14273E | Primary textHigh emphasis contentDark headings |
| 950 | 0C18 #0C1827 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4ECF6;
--steel-blue-200: #CDDCEF;
--steel-blue-300: #A6C1E2;
--steel-blue-400: #78A1D3;
--steel-blue-500: #5286C7;
--steel-blue-600: #376AA9;
--steel-blue-700: #2C5587;
--steel-blue-800: #1F3C60;
--steel-blue-900: #14273E;
--steel-blue-950: #0C1827;
}