Steel Blue
#5174C8
BlueColor Codes
All color formats for development
HEX
#5174C8RGB
rgb(81, 116, 200)HSL
hsl(222, 52%, 55%)OKLCH
oklch(0.573 0.136 265.3)CMYK
cmyk(60%, 42%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D64C0
2#3659AB
3#2F4E95
4#284380
5#22386B
6#1B2C55
7#142140
8#0D162B
9#070B15
Tints
Lighter variations
1#6282CD
2#7390D3
3#859ED8
4#96ACDE
5#A8BAE3
6#B9C8E9
7#CBD5EE
8#DCE3F4
9#EEF1F9
Tones
Muted variations
1#5777C2
2#5D79BC
3#627CB6
4#687EB0
5#6E80AA
6#7483A4
7#7A859E
8#808798
9#868A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD7 #CDD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B8 #A6B8E3 | BordersInactive statesPlaceholder text |
| 400 | 7793 #7793D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5174 #5174C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3659 #3659AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B47 #2B4788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F32 #1F3261 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CDD7EF;
--steel-blue-300: #A6B8E3;
--steel-blue-400: #7793D4;
--steel-blue-500: #5174C8;
--steel-blue-600: #3659AB;
--steel-blue-700: #2B4788;
--steel-blue-800: #1F3261;
--steel-blue-900: #14203E;
--steel-blue-950: #0C1427;
}