Steel Blue
#42769E
BlueColor Codes
All color formats for development
HEX
#42769ERGB
rgb(66, 118, 158)HSL
hsl(206, 41%, 44%)OKLCH
oklch(0.547 0.084 243.4)CMYK
cmyk(58%, 25%, 0%, 38%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C6B8E
2#355F7F
3#2E536F
4#28475F
5#213B4F
6#1A2F3F
7#14242F
8#0D1820
9#070C10
Tints
Lighter variations
1#4B85B2
2#5E93BC
3#72A1C4
4#86AECC
5#9ABCD5
6#AEC9DD
7#C3D7E6
8#D7E4EE
9#EBF2F7
Tones
Muted variations
1#47769A
2#4B7595
3#507490
4#55748C
5#597387
6#5E7383
7#62727E
8#677179
9#6C7175
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EE #E6EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E0 #D0E0EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACC8 #ACC8DC | BordersInactive statesPlaceholder text |
| 400 | 81AB #81ABCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D93 #5D93BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4276 #42769E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 355E #355E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2643 #26435A | Text on light backgroundsHeadingsStrong borders |
| 900 | 182B #182B3A | 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: #F4F8FA;
--steel-blue-100: #E6EEF4;
--steel-blue-200: #D0E0EB;
--steel-blue-300: #ACC8DC;
--steel-blue-400: #81ABCA;
--steel-blue-500: #5D93BB;
--steel-blue-600: #42769E;
--steel-blue-700: #355E7E;
--steel-blue-800: #26435A;
--steel-blue-900: #182B3A;
--steel-blue-950: #0F1B24;
}