Steel Blue
#4E76CA
BlueColor Codes
All color formats for development
HEX
#4E76CARGB
rgb(78, 118, 202)HSL
hsl(221, 54%, 55%)OKLCH
oklch(0.577 0.137 263.5)CMYK
cmyk(61%, 42%, 0%, 21%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A65C2
2#345AAD
3#2D4F97
4#274382
5#20386C
6#1A2D56
7#132241
8#0D162B
9#060B16
Tints
Lighter variations
1#6083CF
2#7291D5
3#839FDA
4#95ADDF
5#A7BAE5
6#B8C8EA
7#CAD6EF
8#DCE4F4
9#EDF1FA
Tones
Muted variations
1#5478C4
2#5B7ABE
3#617CB8
4#677FB1
5#6D81AB
6#7383A5
7#7A859F
8#808899
9#868A92
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B9 #A5B9E4 | BordersInactive statesPlaceholder text |
| 400 | 7694 #7694D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E76 #4E76CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 345A #345AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2948 #294889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D33 #1D3362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1321 #13213F | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EAF7;
--steel-blue-200: #CCD7F0;
--steel-blue-300: #A5B9E4;
--steel-blue-400: #7694D6;
--steel-blue-500: #4E76CA;
--steel-blue-600: #345AAD;
--steel-blue-700: #294889;
--steel-blue-800: #1D3362;
--steel-blue-900: #13213F;
--steel-blue-950: #0C1427;
}