Steel Blue
#47829A
BlueColor Codes
All color formats for development
HEX
#47829ARGB
rgb(71, 130, 154)HSL
hsl(197, 37%, 44%)OKLCH
oklch(0.576 0.072 226.6)CMYK
cmyk(54%, 16%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40758A
2#39687B
3#315B6C
4#2A4E5C
5#23414D
6#1C343D
7#15272E
8#0E1A1F
9#070D0F
Tints
Lighter variations
1#5093AD
2#629FB7
3#76ABC0
4#8AB7C9
5#9DC3D2
6#B1CFDB
7#C4DBE4
8#D8E7ED
9#EBF3F6
Tones
Muted variations
1#4B8096
2#4F7F91
3#537D8D
4#577B89
5#5B7985
6#607781
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 | D2E3 #D2E3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCE #AFCEDA | BordersInactive statesPlaceholder text |
| 400 | 85B4 #85B4C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629F #629FB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4782 #47829A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3868 #38687A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 284A #284A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2F #1A2F38 | 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: #D2E3EA;
--steel-blue-300: #AFCEDA;
--steel-blue-400: #85B4C7;
--steel-blue-500: #629FB7;
--steel-blue-600: #47829A;
--steel-blue-700: #38687A;
--steel-blue-800: #284A57;
--steel-blue-900: #1A2F38;
--steel-blue-950: #101E23;
}