Steel Blue
#4D8CCB
BlueColor Codes
All color formats for development
HEX
#4D8CCBRGB
rgb(77, 140, 203)HSL
hsl(210, 55%, 55%)OKLCH
oklch(0.626 0.116 250.2)CMYK
cmyk(62%, 31%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#397EC4
2#3270AE
3#2C6298
4#265482
5#20466D
6#193857
7#132A41
8#0D1C2B
9#060E16
Tints
Lighter variations
1#5F98D1
2#71A3D6
3#82AFDB
4#94BAE0
5#A6C6E5
6#B8D1EA
7#CADDF0
8#DBE8F5
9#EDF4FA
Tones
Muted variations
1#538CC5
2#5A8CBF
3#608CB8
4#668CB2
5#6D8CAC
6#738CA5
7#798C9F
8#808C99
9#868C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3ED #E3EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C4 #A4C4E5 | BordersInactive statesPlaceholder text |
| 400 | 75A6 #75A6D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D8C #4D8CCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3270 #3270AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2859 #28598A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D40 #1D4063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1229 #12293F | Primary textHigh emphasis contentDark headings |
| 950 | 0B1A #0B1A28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E3EDF7;
--steel-blue-200: #CCDEF0;
--steel-blue-300: #A4C4E5;
--steel-blue-400: #75A6D7;
--steel-blue-500: #4D8CCB;
--steel-blue-600: #3270AE;
--steel-blue-700: #28598A;
--steel-blue-800: #1D4063;
--steel-blue-900: #12293F;
--steel-blue-950: #0B1A28;
}