Steel Blue
#6293B7
BlueColor Codes
All color formats for development
HEX
#6293B7RGB
rgb(98, 147, 183)HSL
hsl(205, 37%, 55%)OKLCH
oklch(0.642 0.076 241.3)CMYK
cmyk(46%, 20%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5086AD
2#47779A
3#3E6886
4#355973
5#2C4A60
6#233C4D
7#1B2D3A
8#121E26
9#090F13
Tints
Lighter variations
1#729EBE
2#81A9C5
3#91B4CC
4#A1BED4
5#B0C9DB
6#C0D4E2
7#D0DFE9
8#E0E9F1
9#EFF4F8
Tones
Muted variations
1#6693B2
2#6A92AE
3#6F91AA
4#7390A6
5#7790A1
6#7B8F9D
7#808E99
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 | AFC8 #AFC8DA | BordersInactive statesPlaceholder text |
| 400 | 85AB #85ABC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6293 #6293B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4777 #47779A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 385F #385F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2844 #284457 | 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: #D2E0EA;
--steel-blue-300: #AFC8DA;
--steel-blue-400: #85ABC7;
--steel-blue-500: #6293B7;
--steel-blue-600: #47779A;
--steel-blue-700: #385F7A;
--steel-blue-800: #284457;
--steel-blue-900: #1A2B38;
--steel-blue-950: #101B23;
}