Steel Blue
#6372B6
BlueColor Codes
All color formats for development
HEX
#6372B6RGB
rgb(99, 114, 182)HSL
hsl(229, 36%, 55%)OKLCH
oklch(0.57 0.107 273.2)CMYK
cmyk(46%, 37%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5161AC
2#485799
3#3F4C86
4#364172
5#2D365F
6#242B4C
7#1B2039
8#121626
9#090B13
Tints
Lighter variations
1#7380BD
2#828EC4
3#929CCC
4#A1AAD3
5#B1B9DA
6#C1C7E2
7#D0D5E9
8#E0E3F0
9#EFF1F8
Tones
Muted variations
1#6775B1
2#6B77AD
3#6F7AA9
4#737DA5
5#787FA1
6#7C829D
7#808499
8#848795
9#888A90
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 | AFB7 #AFB7D9 | BordersInactive statesPlaceholder text |
| 400 | 8691 #8691C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6372 #6372B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4857 #485799 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3945 #394579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2931 #293157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | 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: #AFB7D9;
--steel-blue-400: #8691C6;
--steel-blue-500: #6372B6;
--steel-blue-600: #485799;
--steel-blue-700: #394579;
--steel-blue-800: #293157;
--steel-blue-900: #1A1F37;
--steel-blue-950: #101423;
}