Steel Blue
#477A9A
BlueColor Codes
All color formats for development
HEX
#477A9ARGB
rgb(71, 122, 154)HSL
hsl(203, 37%, 44%)OKLCH
oklch(0.557 0.074 237.7)CMYK
cmyk(54%, 21%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#406E8A
2#39627B
3#31556C
4#2A495C
5#233D4D
6#1C313D
7#15252E
8#0E181F
9#070C0F
Tints
Lighter variations
1#5089AD
2#6297B7
3#76A4C0
4#8AB1C9
5#9DBED2
6#B1CBDB
7#C4D8E4
8#D8E5ED
9#EBF2F6
Tones
Muted variations
1#4B7996
2#4F7891
3#53778D
4#577689
5#5B7585
6#607481
7#64737D
8#687279
9#6C7174
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9DA | BordersInactive statesPlaceholder text |
| 400 | 85AD #85ADC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6296 #6296B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477A #477A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3861 #38617A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2845 #284557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C38 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EFF4;
--steel-blue-200: #D2E1EA;
--steel-blue-300: #AFC9DA;
--steel-blue-400: #85ADC7;
--steel-blue-500: #6296B7;
--steel-blue-600: #477A9A;
--steel-blue-700: #38617A;
--steel-blue-800: #284557;
--steel-blue-900: #1A2C38;
--steel-blue-950: #101C23;
}