Steel Blue
#4D9FCB
BlueColor Codes
All color formats for development
HEX
#4D9FCBRGB
rgb(77, 159, 203)HSL
hsl(201, 55%, 55%)OKLCH
oklch(0.669 0.103 234.7)CMYK
cmyk(62%, 22%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3993C4
2#3283AE
3#2C7298
4#266282
5#20526D
6#194157
7#133141
8#0D212B
9#061016
Tints
Lighter variations
1#5FA9D1
2#71B2D6
3#82BCDB
4#94C6E0
5#A6CFE5
6#B8D9EA
7#CAE2F0
8#DBECF5
9#EDF5FA
Tones
Muted variations
1#539DC5
2#5A9BBF
3#609AB8
4#6698B2
5#6D96AC
6#7394A5
7#79929F
8#809099
9#868E93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F0 #E3F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4CE #A4CEE5 | BordersInactive statesPlaceholder text |
| 400 | 75B4 #75B4D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D9F #4D9FCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3283 #3283AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2868 #28688A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D4A #1D4A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1230 #12303F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F9FC;
--steel-blue-100: #E3F0F7;
--steel-blue-200: #CCE3F0;
--steel-blue-300: #A4CEE5;
--steel-blue-400: #75B4D7;
--steel-blue-500: #4D9FCB;
--steel-blue-600: #3283AE;
--steel-blue-700: #28688A;
--steel-blue-800: #1D4A63;
--steel-blue-900: #12303F;
--steel-blue-950: #0B1E28;
}