Steel Blue
#4078A0
BlueColor Codes
All color formats for development
HEX
#4078A0RGB
rgb(64, 120, 160)HSL
hsl(205, 43%, 44%)OKLCH
oklch(0.552 0.086 241.7)CMYK
cmyk(60%, 25%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A6C90
2#336080
3#2D5470
4#264860
5#203C50
6#1A3040
7#132430
8#0D1820
9#060C10
Tints
Lighter variations
1#4888B5
2#5C95BE
3#70A2C6
4#84AFCE
5#99BDD6
6#ADCADE
7#C2D7E7
8#D6E4EF
9#EBF2F7
Tones
Muted variations
1#45779C
2#4A7797
3#4E7692
4#53758D
5#587488
6#5D7383
7#62737F
8#67727A
9#6B7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EE #E5EEF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E0 #D0E0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC9 #ABC9DE | BordersInactive statesPlaceholder text |
| 400 | 7FAC #7FACCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B94 #5B94BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4078 #4078A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3360 #336080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2444 #24445B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172C #172C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1B #0F1B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E5EEF5;
--steel-blue-200: #D0E0EC;
--steel-blue-300: #ABC9DE;
--steel-blue-400: #7FACCC;
--steel-blue-500: #5B94BE;
--steel-blue-600: #4078A0;
--steel-blue-700: #336080;
--steel-blue-800: #24445B;
--steel-blue-900: #172C3A;
--steel-blue-950: #0F1B24;
}