Steel Blue
#5176C8
BlueColor Codes
All color formats for development
HEX
#5176C8RGB
rgb(81, 118, 200)HSL
hsl(221, 52%, 55%)OKLCH
oklch(0.578 0.133 264.3)CMYK
cmyk(60%, 41%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D66C0
2#365BAB
3#2F4F95
4#284480
5#22396B
6#1B2D55
7#142240
8#0D172B
9#070B15
Tints
Lighter variations
1#6284CD
2#7392D3
3#859FD8
4#96ADDE
5#A8BBE3
6#B9C8E9
7#CBD6EE
8#DCE4F4
9#EEF1F9
Tones
Muted variations
1#5779C2
2#5D7BBC
3#627DB6
4#687FB0
5#6E81AA
6#7483A4
7#7A869E
8#808898
9#868A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD8 #CDD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B9 #A6B9E3 | BordersInactive statesPlaceholder text |
| 400 | 7795 #7795D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5176 #5176C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 365B #365BAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B48 #2B4888 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F34 #1F3461 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1421 #14213E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EAF6;
--steel-blue-200: #CDD8EF;
--steel-blue-300: #A6B9E3;
--steel-blue-400: #7795D4;
--steel-blue-500: #5176C8;
--steel-blue-600: #365BAB;
--steel-blue-700: #2B4888;
--steel-blue-800: #1F3461;
--steel-blue-900: #14213E;
--steel-blue-950: #0C1527;
}