Steel Blue
#5186C8
BlueColor Codes
All color formats for development
HEX
#5186C8RGB
rgb(81, 134, 200)HSL
hsl(213, 52%, 55%)OKLCH
oklch(0.613 0.116 254.7)CMYK
cmyk(60%, 33%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D78C0
2#366AAB
3#2F5D95
4#285080
5#22426B
6#1B3555
7#142840
8#0D1B2B
9#070D15
Tints
Lighter variations
1#6292CD
2#739ED3
3#85AAD8
4#96B7DE
5#A8C3E3
6#B9CFE9
7#CBDBEE
8#DCE7F4
9#EEF3F9
Tones
Muted variations
1#5787C2
2#5D87BC
3#6288B6
4#6889B0
5#6E89AA
6#748AA4
7#7A8A9E
8#808B98
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 #A6C1E3 | BordersInactive statesPlaceholder text |
| 400 | 77A1 #77A1D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5186 #5186C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 366A #366AAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B55 #2B5588 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3C #1F3C61 | 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: #A6C1E3;
--steel-blue-400: #77A1D4;
--steel-blue-500: #5186C8;
--steel-blue-600: #366AAB;
--steel-blue-700: #2B5588;
--steel-blue-800: #1F3C61;
--steel-blue-900: #14273E;
--steel-blue-950: #0C1827;
}