Steel Blue
#5196C8
BlueColor Codes
All color formats for development
HEX
#5196C8RGB
rgb(81, 150, 200)HSL
hsl(205, 52%, 55%)OKLCH
oklch(0.649 0.103 242.1)CMYK
cmyk(60%, 25%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D89C0
2#367AAB
3#2F6B95
4#285B80
5#224C6B
6#1B3D55
7#142E40
8#0D1E2B
9#070F15
Tints
Lighter variations
1#62A1CD
2#73ABD3
3#85B6D8
4#96C0DE
5#A8CBE3
6#B9D5E9
7#CBE0EE
8#DCEAF4
9#EEF5F9
Tones
Muted variations
1#5795C2
2#5D94BC
3#6293B6
4#6892B0
5#6E91AA
6#7490A4
7#7A8F9E
8#808E98
9#868D92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE1 #CDE1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C9 #A6C9E3 | BordersInactive statesPlaceholder text |
| 400 | 77AD #77ADD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5196 #5196C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 367A #367AAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B61 #2B6188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F45 #1F4561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142C #142C3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EFF6;
--steel-blue-200: #CDE1EF;
--steel-blue-300: #A6C9E3;
--steel-blue-400: #77ADD4;
--steel-blue-500: #5196C8;
--steel-blue-600: #367AAB;
--steel-blue-700: #2B6188;
--steel-blue-800: #1F4561;
--steel-blue-900: #142C3E;
--steel-blue-950: #0C1C27;
}