Steel Blue
#4785D1
BlueColor Codes
All color formats for development
HEX
#4785D1RGB
rgb(71, 133, 209)HSL
hsl(213, 60%, 55%)OKLCH
oklch(0.611 0.133 254.7)CMYK
cmyk(66%, 36%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3277CA
2#2D69B4
3#275C9D
4#224F87
5#1C4270
6#16355A
7#112843
8#0B1A2D
9#060D16
Tints
Lighter variations
1#5A92D6
2#6C9EDA
3#7EAADF
4#91B6E3
5#A3C2E8
6#B6CEED
7#C8DBF1
8#DAE7F6
9#EDF3FA
Tones
Muted variations
1#4E86CA
2#5587C3
3#5C87BC
4#6388B6
5#6A89AF
6#7189A8
7#788AA1
8#7E8B9A
9#858C93
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2EC #E2ECF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADC #CADCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1C1 #A1C1E8 | BordersInactive statesPlaceholder text |
| 400 | 70A0 #70A0DB | Disabled statesSecondary iconsMuted text |
| 500 | 4785 #4785D1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2D69 #2D69B4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2454 #24548F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A3C #1A3C66 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1026 #102641 | Primary textHigh emphasis contentDark headings |
| 950 | 0A18 #0A1829 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FC;
--steel-blue-100: #E2ECF8;
--steel-blue-200: #CADCF2;
--steel-blue-300: #A1C1E8;
--steel-blue-400: #70A0DB;
--steel-blue-500: #4785D1;
--steel-blue-600: #2D69B4;
--steel-blue-700: #24548F;
--steel-blue-800: #1A3C66;
--steel-blue-900: #102641;
--steel-blue-950: #0A1829;
}