Steel Blue
#47889A
CyanColor Codes
All color formats for development
HEX
#47889ARGB
rgb(71, 136, 154)HSL
hsl(193, 37%, 44%)OKLCH
oklch(0.591 0.072 218.1)CMYK
cmyk(54%, 12%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#407A8A
2#396D7B
3#315F6C
4#2A515C
5#23444D
6#1C363D
7#15292E
8#0E1B1F
9#070E0F
Tints
Lighter variations
1#5099AD
2#62A5B7
3#76B0C0
4#8ABBC9
5#9DC7D2
6#B1D2DB
7#C4DDE4
8#D8E8ED
9#EBF4F6
Tones
Muted variations
1#4B8596
2#4F8391
3#53818D
4#577E89
5#5B7C85
6#607A81
7#64777D
8#687579
9#6C7374
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F1 #E7F1F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E5 #D2E5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD1 #AFD1DA | BordersInactive statesPlaceholder text |
| 400 | 85B8 #85B8C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A4 #62A4B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4788 #47889A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386C #386C7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284D #284D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A31 #1A3138 | Primary textHigh emphasis contentDark headings |
| 950 | 101F #101F23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F1F4;
--steel-blue-200: #D2E5EA;
--steel-blue-300: #AFD1DA;
--steel-blue-400: #85B8C7;
--steel-blue-500: #62A4B7;
--steel-blue-600: #47889A;
--steel-blue-700: #386C7A;
--steel-blue-800: #284D57;
--steel-blue-900: #1A3138;
--steel-blue-950: #101F23;
}