Steel Blue
#484D99
BlueColor Codes
All color formats for development
HEX
#484D99RGB
rgb(72, 77, 153)HSL
hsl(236, 36%, 44%)OKLCH
oklch(0.456 0.122 277.6)CMYK
cmyk(53%, 50%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414589
2#393E7A
3#32366B
4#2B2E5C
5#24274C
6#1D1F3D
7#16172E
8#0E0F1F
9#07080F
Tints
Lighter variations
1#5157AC
2#6469B6
3#777CBF
4#8A8FC8
5#9EA1D1
6#B1B4DA
7#C5C7E4
8#D8DAED
9#ECECF6
Tones
Muted variations
1#4C5195
2#505491
3#54588C
4#585B88
5#5C5F84
6#606280
7#64667C
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 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB2 #AFB2D9 | BordersInactive statesPlaceholder text |
| 400 | 868A #868AC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6368 #6368B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484D #484D99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393D #393D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292C #292C57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C37 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F5FA;
--steel-blue-100: #E7E8F4;
--steel-blue-200: #D2D4EA;
--steel-blue-300: #AFB2D9;
--steel-blue-400: #868AC6;
--steel-blue-500: #6368B6;
--steel-blue-600: #484D99;
--steel-blue-700: #393D79;
--steel-blue-800: #292C57;
--steel-blue-900: #1A1C37;
--steel-blue-950: #101223;
}