Steel Blue
#47659A
BlueColor Codes
All color formats for development
HEX
#47659ARGB
rgb(71, 101, 154)HSL
hsl(218, 37%, 44%)OKLCH
oklch(0.508 0.092 261.2)CMYK
cmyk(54%, 34%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#405B8A
2#39517B
3#31476C
4#2A3D5C
5#23334D
6#1C283D
7#151E2E
8#0E141F
9#070A0F
Tints
Lighter variations
1#5072AD
2#6281B7
3#7691C0
4#8AA1C9
5#9DB1D2
6#B1C0DB
7#C4D0E4
8#D8E0ED
9#EBEFF6
Tones
Muted variations
1#4B6696
2#4F6791
3#53688D
4#576A89
5#5B6B85
6#606C81
7#646D7D
8#686E79
9#6C6F74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBF #AFBFDA | BordersInactive statesPlaceholder text |
| 400 | 859D #859DC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6281 #6281B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4765 #47659A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3850 #38507A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2839 #283957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A25 #1A2538 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7EBF4;
--steel-blue-200: #D2DBEA;
--steel-blue-300: #AFBFDA;
--steel-blue-400: #859DC7;
--steel-blue-500: #6281B7;
--steel-blue-600: #47659A;
--steel-blue-700: #38507A;
--steel-blue-800: #283957;
--steel-blue-900: #1A2538;
--steel-blue-950: #101723;
}