Steel Blue
#6289B7
BlueColor Codes
All color formats for development
HEX
#6289B7RGB
rgb(98, 137, 183)HSL
hsl(212, 37%, 55%)OKLCH
oklch(0.62 0.083 253.1)CMYK
cmyk(46%, 25%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#507BAD
2#476D9A
3#3E6086
4#355273
5#2C4460
6#23374D
7#1B293A
8#121B26
9#090E13
Tints
Lighter variations
1#7295BE
2#81A1C5
3#91ADCC
4#A1B8D4
5#B0C4DB
6#C0D0E2
7#D0DCE9
8#E0E7F1
9#EFF3F8
Tones
Muted variations
1#668AB2
2#6A8AAE
3#6F8AAA
4#738BA6
5#778BA1
6#7B8B9D
7#808B99
8#848C95
9#888C90
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7ED #E7EDF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2DD #D2DDEA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFC3 #AFC3DA | BordersInactive statesPlaceholder text |
| 400 | 85A4 #85A4C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6289 #6289B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 476D #476D9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3857 #38577A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 283E #283E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A28 #1A2838 | Primary textHigh emphasis contentDark headings |
| 950 | 1019 #101923 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F5F7FA;
--steel-blue-100: #E7EDF4;
--steel-blue-200: #D2DDEA;
--steel-blue-300: #AFC3DA;
--steel-blue-400: #85A4C7;
--steel-blue-500: #6289B7;
--steel-blue-600: #476D9A;
--steel-blue-700: #38577A;
--steel-blue-800: #283E57;
--steel-blue-900: #1A2838;
--steel-blue-950: #101923;
}