Steel Blue
#486399
BlueColor Codes
All color formats for development
HEX
#486399RGB
rgb(72, 99, 153)HSL
hsl(220, 36%, 44%)OKLCH
oklch(0.503 0.092 263.3)CMYK
cmyk(53%, 35%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415989
2#394F7A
3#32456B
4#2B3B5C
5#24314C
6#1D273D
7#161E2E
8#0E141F
9#070A0F
Tints
Lighter variations
1#516FAC
2#647FB6
3#778FBF
4#8A9FC8
5#9EAFD1
6#B1BFDA
7#C5CFE4
8#D8DFED
9#ECEFF6
Tones
Muted variations
1#4C6495
2#506591
3#54678C
4#586888
5#5C6984
6#606B80
7#646C7C
8#686E78
9#6C6F74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBD #AFBDD9 | BordersInactive statesPlaceholder text |
| 400 | 869B #869BC6 | Disabled statesSecondary iconsMuted text |
| 500 | 637E #637EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4863 #486399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394F #394F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2938 #293857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2437 | Primary textHigh emphasis contentDark headings |
| 950 | 1016 #101623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EBF4;
--steel-blue-200: #D2DAEA;
--steel-blue-300: #AFBDD9;
--steel-blue-400: #869BC6;
--steel-blue-500: #637EB6;
--steel-blue-600: #486399;
--steel-blue-700: #394F79;
--steel-blue-800: #293857;
--steel-blue-900: #1A2437;
--steel-blue-950: #101623;
}