Steel Blue
#6381B6
BlueColor Codes
All color formats for development
HEX
#6381B6RGB
rgb(99, 129, 182)HSL
hsl(218, 36%, 55%)OKLCH
oklch(0.602 0.088 261.4)CMYK
cmyk(46%, 29%, 0%, 29%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5172AC
2#486599
3#3F5986
4#364C72
5#2D3F5F
6#24334C
7#1B2639
8#121926
9#090D13
Tints
Lighter variations
1#738EBD
2#829AC4
3#92A7CC
4#A1B4D3
5#B1C0DA
6#C1CDE2
7#D0D9E9
8#E0E6F0
9#EFF2F8
Tones
Muted variations
1#6782B1
2#6B83AD
3#6F85A9
4#7386A5
5#7887A1
6#7C889D
7#808999
8#848A95
9#888B90
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 | D2DB #D2DBEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBF #AFBFD9 | BordersInactive statesPlaceholder text |
| 400 | 869D #869DC6 | Disabled statesSecondary iconsMuted text |
| 500 | 6381 #6381B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4865 #486599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3951 #395179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 293A #293A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A25 #1A2537 | 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: #D2DBEA;
--steel-blue-300: #AFBFD9;
--steel-blue-400: #869DC6;
--steel-blue-500: #6381B6;
--steel-blue-600: #486599;
--steel-blue-700: #395179;
--steel-blue-800: #293A57;
--steel-blue-900: #1A2537;
--steel-blue-950: #101723;
}