Steel Blue
#47499A
BlueColor Codes
All color formats for development
HEX
#47499ARGB
rgb(71, 73, 154)HSL
hsl(239, 37%, 44%)OKLCH
oklch(0.448 0.129 278.7)CMYK
cmyk(54%, 53%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#40418A
2#393A7B
3#31326C
4#2A2B5C
5#23244D
6#1C1D3D
7#15162E
8#0E0E1F
9#07070F
Tints
Lighter variations
1#5051AD
2#6264B7
3#7677C0
4#8A8BC9
5#9D9ED2
6#B1B1DB
7#C4C5E4
8#D8D8ED
9#EBECF6
Tones
Muted variations
1#4B4C96
2#4F5091
3#53548D
4#575889
5#5B5C85
6#606081
7#64647D
8#686879
9#6C6C74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFAF #AFAFDA | BordersInactive statesPlaceholder text |
| 400 | 8586 #8586C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6263 #6263B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4748 #47489A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3839 #38397A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2829 #282957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1A #1A1A38 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E7F4;
--steel-blue-200: #D2D2EA;
--steel-blue-300: #AFAFDA;
--steel-blue-400: #8586C7;
--steel-blue-500: #6263B7;
--steel-blue-600: #47489A;
--steel-blue-700: #38397A;
--steel-blue-800: #282957;
--steel-blue-900: #1A1A38;
--steel-blue-950: #101023;
}