Steel Blue
#485099
BlueColor Codes
All color formats for development
HEX
#485099RGB
rgb(72, 80, 153)HSL
hsl(234, 36%, 44%)OKLCH
oklch(0.462 0.118 276.1)CMYK
cmyk(53%, 48%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#414889
2#39407A
3#32386B
4#2B305C
5#24284C
6#1D203D
7#16182E
8#0E101F
9#07080F
Tints
Lighter variations
1#515AAC
2#646CB6
3#777EBF
4#8A91C8
5#9EA3D1
6#B1B5DA
7#C5C8E4
8#D8DAED
9#ECEDF6
Tones
Muted variations
1#4C5395
2#505691
3#545A8C
4#585D88
5#5C6084
6#606380
7#64677C
8#686A78
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 | AFB3 #AFB3D9 | BordersInactive statesPlaceholder text |
| 400 | 868C #868CC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636B #636BB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4850 #485099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3940 #394079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292D #292D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1D #1A1D37 | 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: #AFB3D9;
--steel-blue-400: #868CC6;
--steel-blue-500: #636BB6;
--steel-blue-600: #485099;
--steel-blue-700: #394079;
--steel-blue-800: #292D57;
--steel-blue-900: #1A1D37;
--steel-blue-950: #101223;
}