Steel Blue
#4BA9CE
BlueColor Codes
All color formats for development
HEX
#4BA9CERGB
rgb(75, 169, 206)HSL
hsl(197, 57%, 55%)OKLCH
oklch(0.693 0.103 227.1)CMYK
cmyk(64%, 18%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#369DC6
2#308CB0
3#2A7A9A
4#246984
5#1E576E
6#184658
7#123442
8#0C232C
9#061116
Tints
Lighter variations
1#5DB1D3
2#6FBAD8
3#81C3DC
4#93CBE1
5#A5D4E6
6#B7DCEB
7#C9E5F0
8#DBEEF5
9#EDF6FA
Tones
Muted variations
1#51A6C7
2#58A3C1
3#5EA0BA
4#659DB3
5#6C9AAD
6#7298A6
7#7995A0
8#7F9299
9#868F93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE6 #CBE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3D3 #A3D3E6 | BordersInactive statesPlaceholder text |
| 400 | 73BC #73BCD9 | Disabled statesSecondary iconsMuted text |
| 500 | 4BA9 #4BA9CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 308C #308CB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 266F #266F8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4F #1B4F64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1233 #123340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F2F7;
--steel-blue-200: #CBE6F1;
--steel-blue-300: #A3D3E6;
--steel-blue-400: #73BCD9;
--steel-blue-500: #4BA9CE;
--steel-blue-600: #308CB0;
--steel-blue-700: #266F8C;
--steel-blue-800: #1B4F64;
--steel-blue-900: #123340;
--steel-blue-950: #0B2028;
}