Steel Blue
#486199
BlueColor Codes
All color formats for development
HEX
#486199RGB
rgb(72, 97, 153)HSL
hsl(221, 36%, 44%)OKLCH
oklch(0.499 0.095 264.9)CMYK
cmyk(53%, 37%, 0%, 40%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#415889
2#394E7A
3#32446B
4#2B3A5C
5#24314C
6#1D273D
7#161D2E
8#0E131F
9#070A0F
Tints
Lighter variations
1#516EAC
2#647EB6
3#778EBF
4#8A9EC8
5#9EAED1
6#B1BEDA
7#C5CFE4
8#D8DFED
9#ECEFF6
Tones
Muted variations
1#4C6395
2#506491
3#54668C
4#586788
5#5C6984
6#606A80
7#646C7C
8#686D78
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 | D2D9 #D2D9EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBD #AFBDD9 | BordersInactive statesPlaceholder text |
| 400 | 869A #869AC6 | Disabled statesSecondary iconsMuted text |
| 500 | 637D #637DB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4861 #486199 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 394D #394D79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2937 #293757 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A23 #1A2337 | 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: #D2D9EA;
--steel-blue-300: #AFBDD9;
--steel-blue-400: #869AC6;
--steel-blue-500: #637DB6;
--steel-blue-600: #486199;
--steel-blue-700: #394D79;
--steel-blue-800: #293757;
--steel-blue-900: #1A2337;
--steel-blue-950: #101623;
}