Steel Blue
#6296B7
BlueColor Codes
All color formats for development
HEX
#6296B7RGB
rgb(98, 150, 183)HSL
hsl(203, 37%, 55%)OKLCH
oklch(0.649 0.074 237.3)CMYK
cmyk(46%, 18%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5089AD
2#477A9A
3#3E6B86
4#355B73
5#2C4C60
6#233D4D
7#1B2E3A
8#121E26
9#090F13
Tints
Lighter variations
1#72A1BE
2#81ABC5
3#91B6CC
4#A1C0D4
5#B0CBDB
6#C0D5E2
7#D0E0E9
8#E0EAF1
9#EFF5F8
Tones
Muted variations
1#6695B2
2#6A94AE
3#6F93AA
4#7392A6
5#7791A1
6#7B909D
7#808F99
8#848E95
9#888D90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9DA | BordersInactive statesPlaceholder text |
| 400 | 85AD #85ADC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6296 #6296B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477A #477A9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3861 #38617A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2845 #284557 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C38 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EFF4;
--steel-blue-200: #D2E1EA;
--steel-blue-300: #AFC9DA;
--steel-blue-400: #85ADC7;
--steel-blue-500: #6296B7;
--steel-blue-600: #477A9A;
--steel-blue-700: #38617A;
--steel-blue-800: #284557;
--steel-blue-900: #1A2C38;
--steel-blue-950: #101C23;
}