Steel Blue
#47859A
BlueColor Codes
All color formats for development
HEX
#47859ARGB
rgb(71, 133, 154)HSL
hsl(195, 37%, 44%)OKLCH
oklch(0.584 0.072 222.3)CMYK
cmyk(54%, 14%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40788A
2#396A7B
3#315D6C
4#2A505C
5#23424D
6#1C353D
7#15282E
8#0E1B1F
9#070D0F
Tints
Lighter variations
1#5096AD
2#62A2B7
3#76AEC0
4#8AB9C9
5#9DC5D2
6#B1D0DB
7#C4DCE4
8#D8E8ED
9#EBF3F6
Tones
Muted variations
1#4B8396
2#4F8191
3#537F8D
4#577D89
5#5B7B85
6#607981
7#64767D
8#687479
9#6C7274
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E4 #D2E4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCF #AFCFDA | BordersInactive statesPlaceholder text |
| 400 | 85B6 #85B6C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62A1 #62A1B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4785 #47859A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 386A #386A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284C #284C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A30 #1A3038 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F9FA;
--steel-blue-100: #E7F0F4;
--steel-blue-200: #D2E4EA;
--steel-blue-300: #AFCFDA;
--steel-blue-400: #85B6C7;
--steel-blue-500: #62A1B7;
--steel-blue-600: #47859A;
--steel-blue-700: #386A7A;
--steel-blue-800: #284C57;
--steel-blue-900: #1A3038;
--steel-blue-950: #101E23;
}