Steel Blue
#47779A
BlueColor Codes
All color formats for development
HEX
#47779ARGB
rgb(71, 119, 154)HSL
hsl(205, 37%, 44%)OKLCH
oklch(0.55 0.076 241.6)CMYK
cmyk(54%, 23%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#406B8A
2#395F7B
3#31536C
4#2A475C
5#233C4D
6#1C303D
7#15242E
8#0E181F
9#070C0F
Tints
Lighter variations
1#5086AD
2#6294B7
3#76A1C0
4#8AAFC9
5#9DBCD2
6#B1C9DB
7#C4D7E4
8#D8E4ED
9#EBF2F6
Tones
Muted variations
1#4B7696
2#4F7691
3#53758D
4#577489
5#5B7485
6#607381
7#64727D
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 | AFC8 #AFC8DA | BordersInactive statesPlaceholder text |
| 400 | 85AB #85ABC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6293 #6293B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4777 #47779A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385F #385F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2844 #284457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B38 | 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: #AFC8DA;
--steel-blue-400: #85ABC7;
--steel-blue-500: #6293B7;
--steel-blue-600: #47779A;
--steel-blue-700: #385F7A;
--steel-blue-800: #284457;
--steel-blue-900: #1A2B38;
--steel-blue-950: #101B23;
}