Steel Blue
#5576C3
BlueColor Codes
All color formats for development
HEX
#5576C3RGB
rgb(85, 118, 195)HSL
hsl(222, 48%, 55%)OKLCH
oklch(0.577 0.125 265.2)CMYK
cmyk(56%, 39%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4266BB
2#3A5BA6
3#334F91
4#2C447D
5#243968
6#1D2D53
7#16223E
8#0F172A
9#070B15
Tints
Lighter variations
1#6684C9
2#7792CF
3#889FD5
4#99ADDB
5#AABBE1
6#BBC8E7
7#CCD6ED
8#DDE4F3
9#EEF1F9
Tones
Muted variations
1#5B78BE
2#607BB8
3#667DB3
4#6B7FAD
5#7181A8
6#7683A2
7#7C869D
8#818897
9#878A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EA #E5EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B9 #A8B9E1 | BordersInactive statesPlaceholder text |
| 400 | 7B95 #7B95D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5576 #5576C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A5B #3A5BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E48 #2E4884 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2134 #21345E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1521 #15213C | Primary textHigh emphasis contentDark headings |
| 950 | 0D15 #0D1526 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5EAF6;
--steel-blue-200: #CED7EE;
--steel-blue-300: #A8B9E1;
--steel-blue-400: #7B95D1;
--steel-blue-500: #5576C3;
--steel-blue-600: #3A5BA6;
--steel-blue-700: #2E4884;
--steel-blue-800: #21345E;
--steel-blue-900: #15213C;
--steel-blue-950: #0D1526;
}