Steel Blue
#5294C7
BlueColor Codes
All color formats for development
HEX
#5294C7RGB
rgb(82, 148, 199)HSL
hsl(206, 51%, 55%)OKLCH
oklch(0.644 0.102 243.7)CMYK
cmyk(59%, 26%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3E87BF
2#3778A9
3#306994
4#295A7F
5#224B6A
6#1B3C55
7#152D40
8#0E1E2A
9#070F15
Tints
Lighter variations
1#639FCC
2#74A9D2
3#86B4D8
4#97BFDD
5#A8CAE3
6#BAD4E9
7#CBDFEE
8#DCEAF4
9#EEF4F9
Tones
Muted variations
1#5893C1
2#5D92BB
3#6392B5
4#6991AF
5#6F90AA
6#758FA4
7#7B8F9E
8#818E98
9#868D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C8 #A6C8E2 | BordersInactive statesPlaceholder text |
| 400 | 78AC #78ACD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5294 #5294C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3778 #3778A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5F #2C5F87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F44 #1F4460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142C #142C3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EEF6;
--steel-blue-200: #CDE0EF;
--steel-blue-300: #A6C8E2;
--steel-blue-400: #78ACD3;
--steel-blue-500: #5294C7;
--steel-blue-600: #3778A9;
--steel-blue-700: #2C5F87;
--steel-blue-800: #1F4460;
--steel-blue-900: #142C3E;
--steel-blue-950: #0C1B27;
}