Steel Blue
#4075A0
BlueColor Codes
All color formats for development
HEX
#4075A0RGB
rgb(64, 117, 160)HSL
hsl(207, 43%, 44%)OKLCH
oklch(0.545 0.088 244.9)CMYK
cmyk(60%, 27%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A6990
2#335E80
3#2D5270
4#264660
5#203B50
6#1A2F40
7#132330
8#0D1720
9#060C10
Tints
Lighter variations
1#4884B5
2#5C92BE
3#709FC6
4#84ADCE
5#99BBD6
6#ADC8DE
7#C2D6E7
8#D6E4EF
9#EBF1F7
Tones
Muted variations
1#45759C
2#4A7497
3#4E7492
4#53738D
5#587388
6#5D7283
7#62727F
8#67717A
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 | D0DF #D0DFEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC7 #ABC7DE | BordersInactive statesPlaceholder text |
| 400 | 7FAA #7FAACC | Disabled statesSecondary iconsMuted text |
| 500 | 5B91 #5B91BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4075 #4075A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335D #335D80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2442 #24425B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172B #172B3A | 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: #D0DFEC;
--steel-blue-300: #ABC7DE;
--steel-blue-400: #7FAACC;
--steel-blue-500: #5B91BE;
--steel-blue-600: #4075A0;
--steel-blue-700: #335D80;
--steel-blue-800: #24425B;
--steel-blue-900: #172B3A;
--steel-blue-950: #0F1B24;
}