Steel Blue
#5587C3
BlueColor Codes
All color formats for development
HEX
#5587C3RGB
rgb(85, 135, 195)HSL
hsl(213, 48%, 55%)OKLCH
oklch(0.614 0.106 253.8)CMYK
cmyk(56%, 31%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#4278BB
2#3A6BA6
3#335D91
4#2C507D
5#244368
6#1D3553
7#16283E
8#0F1B2A
9#070D15
Tints
Lighter variations
1#6693C9
2#779FCF
3#88ABD5
4#99B7DB
5#AAC3E1
6#BBCFE7
7#CCDBED
8#DDE7F3
9#EEF3F9
Tones
Muted variations
1#5B87BE
2#6088B8
3#6688B3
4#6B89AD
5#7189A8
6#768AA2
7#7C8B9D
8#818B97
9#878C92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEDC #CEDCEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8C2 #A8C2E1 | BordersInactive statesPlaceholder text |
| 400 | 7BA1 #7BA1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5587 #5587C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A6B #3A6BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E55 #2E5584 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 213D #213D5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1527 #15273C | Primary textHigh emphasis contentDark headings |
| 950 | 0D18 #0D1826 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F7FB;
--steel-blue-100: #E5ECF6;
--steel-blue-200: #CEDCEE;
--steel-blue-300: #A8C2E1;
--steel-blue-400: #7BA1D1;
--steel-blue-500: #5587C3;
--steel-blue-600: #3A6BA6;
--steel-blue-700: #2E5584;
--steel-blue-800: #213D5E;
--steel-blue-900: #15273C;
--steel-blue-950: #0D1826;
}