Steel Blue
#6292B7
BlueColor Codes
All color formats for development
HEX
#6292B7RGB
rgb(98, 146, 183)HSL
hsl(206, 37%, 55%)OKLCH
oklch(0.64 0.076 242.5)CMYK
cmyk(46%, 20%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5084AD
2#47769A
3#3E6786
4#355873
5#2C4A60
6#233B4D
7#1B2C3A
8#121D26
9#090F13
Tints
Lighter variations
1#729DBE
2#81A8C5
3#91B3CC
4#A1BED4
5#B0C8DB
6#C0D3E2
7#D0DEE9
8#E0E9F1
9#EFF4F8
Tones
Muted variations
1#6691B2
2#6A91AE
3#6F90AA
4#7390A6
5#778FA1
6#7B8F9D
7#808E99
8#848D95
9#888D90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DF #D2DFEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC7 #AFC7DA | BordersInactive statesPlaceholder text |
| 400 | 85AA #85AAC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6292 #6292B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4776 #47769A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385E #385E7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2843 #284357 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2B #1A2B38 | Primary textHigh emphasis contentDark headings |
| 950 | 101B #101B23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F8FA;
--steel-blue-100: #E7EEF4;
--steel-blue-200: #D2DFEA;
--steel-blue-300: #AFC7DA;
--steel-blue-400: #85AAC7;
--steel-blue-500: #6292B7;
--steel-blue-600: #47769A;
--steel-blue-700: #385E7A;
--steel-blue-800: #284357;
--steel-blue-900: #1A2B38;
--steel-blue-950: #101B23;
}