Steel Blue
#47869A
CyanColor Codes
All color formats for development
HEX
#47869ARGB
rgb(71, 134, 154)HSL
hsl(194, 37%, 44%)OKLCH
oklch(0.586 0.072 220.9)CMYK
cmyk(54%, 13%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40798A
2#396B7B
3#315E6C
4#2A515C
5#23434D
6#1C363D
7#15282E
8#0E1B1F
9#070D0F
Tints
Lighter variations
1#5097AD
2#62A3B7
3#76AFC0
4#8ABAC9
5#9DC6D2
6#B1D1DB
7#C4DDE4
8#D8E8ED
9#EBF4F6
Tones
Muted variations
1#4B8496
2#4F8291
3#53808D
4#577D89
5#5B7B85
6#607981
7#64777D
8#687579
9#6C7274
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 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD0 #AFD0DA | BordersInactive statesPlaceholder text |
| 400 | 85B7 #85B7C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A3 #62A3B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4786 #47869A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386B #386B7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284C #284C57 | 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: #D2E4EA;
--steel-blue-300: #AFD0DA;
--steel-blue-400: #85B7C7;
--steel-blue-500: #62A3B7;
--steel-blue-600: #47869A;
--steel-blue-700: #386B7A;
--steel-blue-800: #284C57;
--steel-blue-900: #1A3138;
--steel-blue-950: #101F23;
}