Steel Blue
#4B8CCE
BlueColor Codes
All color formats for development
HEX
#4B8CCERGB
rgb(75, 140, 206)HSL
hsl(210, 57%, 55%)OKLCH
oklch(0.627 0.12 250.6)CMYK
cmyk(64%, 32%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#367EC6
2#3070B0
3#2A629A
4#245484
5#1E466E
6#183858
7#122A42
8#0C1C2C
9#060E16
Tints
Lighter variations
1#5D98D3
2#6FA3D8
3#81AFDC
4#93BAE1
5#A5C6E6
6#B7D1EB
7#C9DDF0
8#DBE8F5
9#EDF4FA
Tones
Muted variations
1#518CC7
2#588CC1
3#5E8CBA
4#658CB3
5#6C8CAD
6#728CA6
7#798CA0
8#7F8C99
9#868C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDE #CBDEF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3C4 #A3C4E6 | BordersInactive statesPlaceholder text |
| 400 | 73A6 #73A6D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B8C #4B8CCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3070 #3070B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2659 #26598C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B40 #1B4064 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1229 #122940 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3EDF7;
--steel-blue-200: #CBDEF1;
--steel-blue-300: #A3C4E6;
--steel-blue-400: #73A6D9;
--steel-blue-500: #4B8CCE;
--steel-blue-600: #3070B0;
--steel-blue-700: #26598C;
--steel-blue-800: #1B4064;
--steel-blue-900: #122940;
--steel-blue-950: #0B1A28;
}