Steel Blue
#4D9DCB
BlueColor Codes
All color formats for development
HEX
#4D9DCBRGB
rgb(77, 157, 203)HSL
hsl(202, 55%, 55%)OKLCH
oklch(0.665 0.104 236.5)CMYK
cmyk(62%, 23%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3991C4
2#3281AE
3#2C7198
4#266082
5#20506D
6#194057
7#133041
8#0D202B
9#061016
Tints
Lighter variations
1#5FA7D1
2#71B1D6
3#82BADB
4#94C4E0
5#A6CEE5
6#B8D8EA
7#CAE2F0
8#DBEBF5
9#EDF5FA
Tones
Muted variations
1#539BC5
2#5A9ABF
3#6098B8
4#6696B2
5#6D95AC
6#7393A5
7#79919F
8#809099
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 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CD #A4CDE5 | BordersInactive statesPlaceholder text |
| 400 | 75B3 #75B3D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D9D #4D9DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3281 #3281AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2866 #28668A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D49 #1D4963 | Text on light backgroundsHeadingsStrong borders |
| 900 | 122F #122F3F | 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: #CCE3F0;
--steel-blue-300: #A4CDE5;
--steel-blue-400: #75B3D7;
--steel-blue-500: #4D9DCB;
--steel-blue-600: #3281AE;
--steel-blue-700: #28668A;
--steel-blue-800: #1D4963;
--steel-blue-900: #122F3F;
--steel-blue-950: #0B1D28;
}