Steel Blue
#4077A0
BlueColor Codes
All color formats for development
HEX
#4077A0RGB
rgb(64, 119, 160)HSL
hsl(206, 43%, 44%)OKLCH
oklch(0.549 0.087 242.8)CMYK
cmyk(60%, 26%, 0%, 37%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3A6B90
2#335F80
3#2D5370
4#264760
5#203B50
6#1A2F40
7#132430
8#0D1820
9#060C10
Tints
Lighter variations
1#4886B5
2#5C93BE
3#70A1C6
4#84AECE
5#99BCD6
6#ADC9DE
7#C2D7E7
8#D6E4EF
9#EBF2F7
Tones
Muted variations
1#45769C
2#4A7597
3#4E7592
4#53748D
5#587388
6#5D7383
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 | D0E0 #D0E0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC8 #ABC8DE | BordersInactive statesPlaceholder text |
| 400 | 7FAB #7FABCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B93 #5B93BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4077 #4077A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 335E #335E80 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2443 #24435B | 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: #D0E0EC;
--steel-blue-300: #ABC8DE;
--steel-blue-400: #7FABCC;
--steel-blue-500: #5B93BE;
--steel-blue-600: #4077A0;
--steel-blue-700: #335E80;
--steel-blue-800: #24435B;
--steel-blue-900: #172B3A;
--steel-blue-950: #0F1B24;
}