Steel Blue
#6295B7
BlueColor Codes
All color formats for development
HEX
#6295B7RGB
rgb(98, 149, 183)HSL
hsl(204, 37%, 55%)OKLCH
oklch(0.647 0.075 238.7)CMYK
cmyk(46%, 19%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5088AD
2#47799A
3#3E6986
4#355A73
5#2C4B60
6#233C4D
7#1B2D3A
8#121E26
9#090F13
Tints
Lighter variations
1#729FBE
2#81AAC5
3#91B5CC
4#A1BFD4
5#B0CADB
6#C0D4E2
7#D0DFE9
8#E0EAF1
9#EFF4F8
Tones
Muted variations
1#6694B2
2#6A93AE
3#6F92AA
4#7391A6
5#7790A1
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 | E7EE #E7EEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E0 #D2E0EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC9 #AFC9DA | BordersInactive statesPlaceholder text |
| 400 | 85AC #85ACC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6295 #6295B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4779 #47799A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3860 #38607A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2844 #284457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2C #1A2C38 | 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: #D2E0EA;
--steel-blue-300: #AFC9DA;
--steel-blue-400: #85ACC7;
--steel-blue-500: #6295B7;
--steel-blue-600: #47799A;
--steel-blue-700: #38607A;
--steel-blue-800: #284457;
--steel-blue-900: #1A2C38;
--steel-blue-950: #101B23;
}