Steel Blue
#484C99
BlueColor Codes
All color formats for development
HEX
#484C99RGB
rgb(72, 76, 153)HSL
hsl(237, 36%, 44%)OKLCH
oklch(0.454 0.123 278)CMYK
cmyk(53%, 50%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414489
2#393D7A
3#32356B
4#2B2E5C
5#24264C
6#1D1E3D
7#16172E
8#0E0F1F
9#07080F
Tints
Lighter variations
1#5156AC
2#6468B6
3#777BBF
4#8A8EC8
5#9EA0D1
6#B1B3DA
7#C5C6E4
8#D8D9ED
9#ECECF6
Tones
Muted variations
1#4C4F95
2#505391
3#54578C
4#585A88
5#5C5E84
6#606280
7#64657C
8#686978
9#6C6D74
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 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB1 #AFB1D9 | BordersInactive statesPlaceholder text |
| 400 | 8689 #8689C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6367 #6367B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484C #484C99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393C #393C79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292B #292B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C37 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | 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: #D2D3EA;
--steel-blue-300: #AFB1D9;
--steel-blue-400: #8689C6;
--steel-blue-500: #6367B6;
--steel-blue-600: #484C99;
--steel-blue-700: #393C79;
--steel-blue-800: #292B57;
--steel-blue-900: #1A1C37;
--steel-blue-950: #101123;
}