Steel Blue
#6298B7
BlueColor Codes
All color formats for development
HEX
#6298B7RGB
rgb(98, 152, 183)HSL
hsl(202, 37%, 55%)OKLCH
oklch(0.654 0.074 234.7)CMYK
cmyk(46%, 17%, 0%, 28%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#508BAD
2#477B9A
3#3E6C86
4#355C73
5#2C4D60
6#233E4D
7#1B2E3A
8#121F26
9#090F13
Tints
Lighter variations
1#72A2BE
2#81ACC5
3#91B7CC
4#A1C1D4
5#B0CBDB
6#C0D6E2
7#D0E0E9
8#E0EAF1
9#EFF5F8
Tones
Muted variations
1#6696B2
2#6A95AE
3#6F94AA
4#7393A6
5#7792A1
6#7B919D
7#809099
8#848F95
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 | AFCA #AFCADA | BordersInactive statesPlaceholder text |
| 400 | 85AF #85AFC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6298 #6298B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477B #477B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3862 #38627A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2846 #284657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2D #1A2D38 | 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: #AFCADA;
--steel-blue-400: #85AFC7;
--steel-blue-500: #6298B7;
--steel-blue-600: #477B9A;
--steel-blue-700: #38627A;
--steel-blue-800: #284657;
--steel-blue-900: #1A2D38;
--steel-blue-950: #101C23;
}