Steel Blue
#477B9A
BlueColor Codes
All color formats for development
HEX
#477B9ARGB
rgb(71, 123, 154)HSL
hsl(202, 37%, 44%)OKLCH
oklch(0.559 0.074 236.3)CMYK
cmyk(54%, 20%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#406F8A
2#39637B
3#31566C
4#2A4A5C
5#233E4D
6#1C313D
7#15252E
8#0E191F
9#070C0F
Tints
Lighter variations
1#508BAD
2#6298B7
3#76A5C0
4#8AB2C9
5#9DBFD2
6#B1CCDB
7#C4D8E4
8#D8E5ED
9#EBF2F6
Tones
Muted variations
1#4B7A96
2#4F7991
3#53788D
4#577789
5#5B7685
6#607581
7#64747D
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 | AFCA #AFCADA | BordersInactive statesPlaceholder text |
| 400 | 85AF #85AFC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6298 #6298B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477B #477B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3862 #38627A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2846 #284657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2D #1A2D38 | 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: #AFCADA;
--steel-blue-400: #85AFC7;
--steel-blue-500: #6298B7;
--steel-blue-600: #477B9A;
--steel-blue-700: #38627A;
--steel-blue-800: #284657;
--steel-blue-900: #1A2D38;
--steel-blue-950: #101C23;
}