Steel Blue
#217BC0
BlueColor Codes
All color formats for development
HEX
#217BC0RGB
rgb(33, 123, 192)HSL
hsl(206, 71%, 44%)OKLCH
oklch(0.566 0.134 247)CMYK
cmyk(83%, 36%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D6FAD
2#1A6299
3#175686
4#144A73
5#103D60
6#0D314D
7#0A253A
8#071926
9#030C13
Tints
Lighter variations
1#258AD8
2#3C98DE
3#54A5E2
4#6CB1E6
5#85BEEA
6#9DCBEE
7#B6D8F3
8#CEE5F7
9#E7F2FB
Tones
Muted variations
1#297AB8
2#3079B0
3#3878A8
4#4077A0
5#487698
6#507490
7#587388
8#607280
9#687178
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E1 #C6E1F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BCA #9BCAEE | BordersInactive statesPlaceholder text |
| 400 | 66AE #66AEE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3B97 #3B97DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 217B #217BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A62 #1A6299 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1246 #12466D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C2D #0C2D46 | Primary textHigh emphasis contentDark headings |
| 950 | 071C #071C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E0EFFA;
--steel-blue-200: #C6E1F5;
--steel-blue-300: #9BCAEE;
--steel-blue-400: #66AEE5;
--steel-blue-500: #3B97DE;
--steel-blue-600: #217BC0;
--steel-blue-700: #1A6299;
--steel-blue-800: #12466D;
--steel-blue-900: #0C2D46;
--steel-blue-950: #071C2C;
}