Steel Blue
#4B97CE
BlueColor Codes
All color formats for development
HEX
#4B97CERGB
rgb(75, 151, 206)HSL
hsl(205, 57%, 55%)OKLCH
oklch(0.652 0.112 242.6)CMYK
cmyk(64%, 27%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#368AC6
2#307BB0
3#2A6C9A
4#245C84
5#1E4D6E
6#183D58
7#122E42
8#0C1F2C
9#060F16
Tints
Lighter variations
1#5DA2D3
2#6FACD8
3#81B6DC
4#93C1E1
5#A5CBE6
6#B7D5EB
7#C9E0F0
8#DBEAF5
9#EDF5FA
Tones
Muted variations
1#5196C7
2#5895C1
3#5E94BA
4#6593B3
5#6C92AD
6#7291A6
7#7990A0
8#7F8E99
9#868D93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE1 #CBE1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3CA #A3CAE6 | BordersInactive statesPlaceholder text |
| 400 | 73AE #73AED9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B97 #4B97CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 307B #307BB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2662 #26628C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B46 #1B4664 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122D #122D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1C #0B1C28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3EFF7;
--steel-blue-200: #CBE1F1;
--steel-blue-300: #A3CAE6;
--steel-blue-400: #73AED9;
--steel-blue-500: #4B97CE;
--steel-blue-600: #307BB0;
--steel-blue-700: #26628C;
--steel-blue-800: #1B4664;
--steel-blue-900: #122D40;
--steel-blue-950: #0B1C28;
}