Steel Blue
#4E9DCA
BlueColor Codes
All color formats for development
HEX
#4E9DCARGB
rgb(78, 157, 202)HSL
hsl(202, 54%, 55%)OKLCH
oklch(0.665 0.102 236.1)CMYK
cmyk(61%, 22%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A90C2
2#3480AD
3#2D7097
4#276082
5#20506C
6#1A4056
7#133041
8#0D202B
9#061016
Tints
Lighter variations
1#60A7CF
2#72B0D5
3#83BADA
4#95C4DF
5#A7CEE5
6#B8D8EA
7#CAE2EF
8#DCEBF4
9#EDF5FA
Tones
Muted variations
1#549BC4
2#5B99BE
3#6198B8
4#6796B1
5#6D95AB
6#7393A5
7#7A919F
8#809099
9#868E92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CD #A5CDE4 | BordersInactive statesPlaceholder text |
| 400 | 76B3 #76B3D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E9D #4E9DCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3480 #3480AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2966 #296689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D49 #1D4962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4F0F7;
--steel-blue-200: #CCE3F0;
--steel-blue-300: #A5CDE4;
--steel-blue-400: #76B3D6;
--steel-blue-500: #4E9DCA;
--steel-blue-600: #3480AD;
--steel-blue-700: #296689;
--steel-blue-800: #1D4962;
--steel-blue-900: #132F3F;
--steel-blue-950: #0C1D27;
}