Steel Blue
#486599
BlueColor Codes
All color formats for development
HEX
#486599RGB
rgb(72, 101, 153)HSL
hsl(219, 36%, 44%)OKLCH
oklch(0.508 0.09 261.5)CMYK
cmyk(53%, 34%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415A89
2#39507A
3#32466B
4#2B3C5C
5#24324C
6#1D283D
7#161E2E
8#0E141F
9#070A0F
Tints
Lighter variations
1#5171AC
2#6480B6
3#7790BF
4#8AA0C8
5#9EB0D1
6#B1C0DA
7#C5D0E4
8#D8DFED
9#ECEFF6
Tones
Muted variations
1#4C6595
2#506791
3#54688C
4#586988
5#5C6A84
6#606B80
7#646D7C
8#686E78
9#6C6F74
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EB #E7EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DA #D2DAEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBE #AFBED9 | BordersInactive statesPlaceholder text |
| 400 | 869C #869CC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6380 #6380B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4864 #486499 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3950 #395079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2939 #293957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A24 #1A2437 | Primary textHigh emphasis contentDark headings |
| 950 | 1017 #101723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7EBF4;
--steel-blue-200: #D2DAEA;
--steel-blue-300: #AFBED9;
--steel-blue-400: #869CC6;
--steel-blue-500: #6380B6;
--steel-blue-600: #486499;
--steel-blue-700: #395079;
--steel-blue-800: #293957;
--steel-blue-900: #1A2437;
--steel-blue-950: #101723;
}