Steel Blue
#6371B6
BlueColor Codes
All color formats for development
HEX
#6371B6RGB
rgb(99, 113, 182)HSL
hsl(230, 36%, 55%)OKLCH
oklch(0.568 0.108 273.8)CMYK
cmyk(46%, 38%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5160AC
2#485599
3#3F4B86
4#364072
5#2D355F
6#242B4C
7#1B2039
8#121526
9#090B13
Tints
Lighter variations
1#737FBD
2#828DC4
3#929BCC
4#A1AAD3
5#B1B8DA
6#C1C6E2
7#D0D4E9
8#E0E3F0
9#EFF1F8
Tones
Muted variations
1#6773B1
2#6B76AD
3#6F79A9
4#737CA5
5#787EA1
6#7C819D
7#808499
8#848795
9#888990
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6D9 | BordersInactive statesPlaceholder text |
| 400 | 8690 #8690C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6371 #6371B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4855 #485599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3944 #394479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2930 #293057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7E9F4;
--steel-blue-200: #D2D6EA;
--steel-blue-300: #AFB6D9;
--steel-blue-400: #8690C6;
--steel-blue-500: #6371B6;
--steel-blue-600: #485599;
--steel-blue-700: #394479;
--steel-blue-800: #293057;
--steel-blue-900: #1A1F37;
--steel-blue-950: #101323;
}