Steel Blue
#6384B6
BlueColor Codes
All color formats for development
HEX
#6384B6RGB
rgb(99, 132, 182)HSL
hsl(216, 36%, 55%)OKLCH
oklch(0.609 0.085 258.5)CMYK
cmyk(46%, 27%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5175AC
2#486899
3#3F5B86
4#364E72
5#2D415F
6#24344C
7#1B2739
8#121A26
9#090D13
Tints
Lighter variations
1#7390BD
2#829DC4
3#92A9CC
4#A1B5D3
5#B1C1DA
6#C1CEE2
7#D0DAE9
8#E0E6F0
9#EFF3F8
Tones
Muted variations
1#6785B1
2#6B86AD
3#6F86A9
4#7387A5
5#7888A1
6#7C899D
7#808A99
8#848B95
9#888B90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EC #E7ECF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC0 #AFC0D9 | BordersInactive statesPlaceholder text |
| 400 | 869F #869FC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6384 #6384B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4868 #486899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3953 #395379 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293B #293B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A26 #1A2637 | Primary textHigh emphasis contentDark headings |
| 950 | 1018 #101823 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7ECF4;
--steel-blue-200: #D2DBEA;
--steel-blue-300: #AFC0D9;
--steel-blue-400: #869FC6;
--steel-blue-500: #6384B6;
--steel-blue-600: #486899;
--steel-blue-700: #395379;
--steel-blue-800: #293B57;
--steel-blue-900: #1A2637;
--steel-blue-950: #101823;
}