Steel Blue
#4BA4CE
BlueColor Codes
All color formats for development
HEX
#4BA4CERGB
rgb(75, 164, 206)HSL
hsl(199, 57%, 55%)OKLCH
oklch(0.682 0.105 231.6)CMYK
cmyk(64%, 20%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3699C6
2#3088B0
3#2A779A
4#246684
5#1E556E
6#184458
7#123342
8#0C222C
9#061116
Tints
Lighter variations
1#5DADD3
2#6FB6D8
3#81BFDC
4#93C9E1
5#A5D2E6
6#B7DBEB
7#C9E4F0
8#DBEDF5
9#EDF6FA
Tones
Muted variations
1#51A2C7
2#589FC1
3#5E9DBA
4#659BB3
5#6C98AD
6#7296A6
7#7993A0
8#7F9199
9#868F93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE5 #CBE5F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D1 #A3D1E6 | BordersInactive statesPlaceholder text |
| 400 | 73B8 #73B8D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BA4 #4BA4CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3088 #3088B0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 266C #266C8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4D #1B4D64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1231 #123140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1F #0B1F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F1F7;
--steel-blue-200: #CBE5F1;
--steel-blue-300: #A3D1E6;
--steel-blue-400: #73B8D9;
--steel-blue-500: #4BA4CE;
--steel-blue-600: #3088B0;
--steel-blue-700: #266C8C;
--steel-blue-800: #1B4D64;
--steel-blue-900: #123140;
--steel-blue-950: #0B1F28;
}