Steel Blue
#4B9CCE
BlueColor Codes
All color formats for development
HEX
#4B9CCERGB
rgb(75, 156, 206)HSL
hsl(203, 57%, 55%)OKLCH
oklch(0.663 0.109 238.5)CMYK
cmyk(64%, 24%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#368FC6
2#307FB0
3#2A6F9A
4#245F84
5#1E4F6E
6#184058
7#123042
8#0C202C
9#061016
Tints
Lighter variations
1#5DA5D3
2#6FAFD8
3#81B9DC
4#93C3E1
5#A5CDE6
6#B7D7EB
7#C9E1F0
8#DBEBF5
9#EDF5FA
Tones
Muted variations
1#519AC7
2#5898C1
3#5E97BA
4#6595B3
5#6C94AD
6#7292A6
7#7991A0
8#7F8F99
9#868E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE2 #CBE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3CC #A3CCE6 | BordersInactive statesPlaceholder text |
| 400 | 73B2 #73B2D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B9C #4B9CCE | Primary brand colorCTAsActive elementsLinks |
| 600 | 307F #307FB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2665 #26658C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B48 #1B4864 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122E #122E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1D #0B1D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FC;
--steel-blue-100: #E3F0F7;
--steel-blue-200: #CBE2F1;
--steel-blue-300: #A3CCE6;
--steel-blue-400: #73B2D9;
--steel-blue-500: #4B9CCE;
--steel-blue-600: #307FB0;
--steel-blue-700: #26658C;
--steel-blue-800: #1B4864;
--steel-blue-900: #122E40;
--steel-blue-950: #0B1D28;
}