Steel Blue
#5192C8
BlueColor Codes
All color formats for development
HEX
#5192C8RGB
rgb(81, 146, 200)HSL
hsl(207, 52%, 55%)OKLCH
oklch(0.64 0.105 245.5)CMYK
cmyk(60%, 27%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3D85C0
2#3676AB
3#2F6795
4#285980
5#224A6B
6#1B3B55
7#142C40
8#0D1E2B
9#070F15
Tints
Lighter variations
1#629DCD
2#73A8D3
3#85B3D8
4#96BEDE
5#A8C9E3
6#B9D3E9
7#CBDEEE
8#DCE9F4
9#EEF4F9
Tones
Muted variations
1#5792C2
2#5D91BC
3#6290B6
4#6890B0
5#6E8FAA
6#748FA4
7#7A8E9E
8#808D98
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 | A6C7 #A6C7E3 | BordersInactive statesPlaceholder text |
| 400 | 77AA #77AAD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5192 #5192C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3676 #3676AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B5E #2B5E88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F43 #1F4361 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3E | 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: #A6C7E3;
--steel-blue-400: #77AAD4;
--steel-blue-500: #5192C8;
--steel-blue-600: #3676AB;
--steel-blue-700: #2B5E88;
--steel-blue-800: #1F4361;
--steel-blue-900: #142B3E;
--steel-blue-950: #0C1B27;
}