Steel Blue
#4B86CE
BlueColor Codes
All color formats for development
HEX
#4B86CERGB
rgb(75, 134, 206)HSL
hsl(213, 57%, 55%)OKLCH
oklch(0.613 0.126 254.5)CMYK
cmyk(64%, 35%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3677C6
2#306AB0
3#2A5D9A
4#244F84
5#1E426E
6#183558
7#122842
8#0C1A2C
9#060D16
Tints
Lighter variations
1#5D92D3
2#6F9ED8
3#81AADC
4#93B6E1
5#A5C2E6
6#B7CEEB
7#C9DBF0
8#DBE7F5
9#EDF3FA
Tones
Muted variations
1#5186C7
2#5887C1
3#5E88BA
4#6588B3
5#6C89AD
6#728AA6
7#798AA0
8#7F8B99
9#868C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDC #CBDCF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3C1 #A3C1E6 | BordersInactive statesPlaceholder text |
| 400 | 73A1 #73A1D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B86 #4B86CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 306A #306AB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2654 #26548C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B3C #1B3C64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1226 #122640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3ECF7;
--steel-blue-200: #CBDCF1;
--steel-blue-300: #A3C1E6;
--steel-blue-400: #73A1D9;
--steel-blue-500: #4B86CE;
--steel-blue-600: #306AB0;
--steel-blue-700: #26548C;
--steel-blue-800: #1B3C64;
--steel-blue-900: #122640;
--steel-blue-950: #0B1828;
}