Steel Blue
#47799A
BlueColor Codes
All color formats for development
HEX
#47799ARGB
rgb(71, 121, 154)HSL
hsl(204, 37%, 44%)OKLCH
oklch(0.555 0.075 239)CMYK
cmyk(54%, 21%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#406C8A
2#39607B
3#31546C
4#2A485C
5#233C4D
6#1C303D
7#15242E
8#0E181F
9#070C0F
Tints
Lighter variations
1#5088AD
2#6295B7
3#76A2C0
4#8AB0C9
5#9DBDD2
6#B1CADB
7#C4D7E4
8#D8E5ED
9#EBF2F6
Tones
Muted variations
1#4B7896
2#4F7791
3#53768D
4#577589
5#5B7485
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 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9DA | BordersInactive statesPlaceholder text |
| 400 | 85AC #85ACC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6295 #6295B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4779 #47799A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3860 #38607A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2844 #284457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C38 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF4;
--steel-blue-200: #D2E0EA;
--steel-blue-300: #AFC9DA;
--steel-blue-400: #85ACC7;
--steel-blue-500: #6295B7;
--steel-blue-600: #47799A;
--steel-blue-700: #38607A;
--steel-blue-800: #284457;
--steel-blue-900: #1A2C38;
--steel-blue-950: #101B23;
}