Steel Blue
#6278B7
BlueColor Codes
All color formats for development
HEX
#6278B7RGB
rgb(98, 120, 183)HSL
hsl(224, 37%, 55%)OKLCH
oklch(0.583 0.101 268.5)CMYK
cmyk(46%, 34%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5068AD
2#475D9A
3#3E5186
4#354673
5#2C3A60
6#232E4D
7#1B233A
8#121726
9#090C13
Tints
Lighter variations
1#7286BE
2#8193C5
3#91A1CC
4#A1AED4
5#B0BCDB
6#C0C9E2
7#D0D7E9
8#E0E4F1
9#EFF2F8
Tones
Muted variations
1#667AB2
2#6A7CAE
3#6F7EAA
4#7380A6
5#7782A1
6#7B849D
7#808699
8#848895
9#888A90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EA #E7EAF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D8 #D2D8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFBA #AFBADA | BordersInactive statesPlaceholder text |
| 400 | 8596 #8596C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6278 #6278B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 475D #475D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 384A #384A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2835 #283557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A22 #1A2238 | Primary textHigh emphasis contentDark headings |
| 950 | 1015 #101523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F6FA;
--steel-blue-100: #E7EAF4;
--steel-blue-200: #D2D8EA;
--steel-blue-300: #AFBADA;
--steel-blue-400: #8596C7;
--steel-blue-500: #6278B7;
--steel-blue-600: #475D9A;
--steel-blue-700: #384A7A;
--steel-blue-800: #283557;
--steel-blue-900: #1A2238;
--steel-blue-950: #101523;
}