Steel Blue
#218BC0
BlueColor Codes
All color formats for development
HEX
#218BC0RGB
rgb(33, 139, 192)HSL
hsl(200, 71%, 44%)OKLCH
oklch(0.604 0.121 236.6)CMYK
cmyk(83%, 28%, 0%, 25%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1D7DAD
2#1A6F99
3#176186
4#145373
5#104560
6#0D384D
7#0A2A3A
8#071C26
9#030E13
Tints
Lighter variations
1#259CD8
2#3CA8DE
3#54B3E2
4#6CBEE6
5#85C8EA
6#9DD3EE
7#B6DEF3
8#CEE9F7
9#E7F4FB
Tones
Muted variations
1#2988B8
2#3085B0
3#3883A8
4#4080A0
5#487D98
6#507B90
7#587888
8#607680
9#687378
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F1 #E0F1FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E6 #C6E6F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BD2 #9BD2EE | BordersInactive statesPlaceholder text |
| 400 | 66BB #66BBE5 | Disabled statesSecondary iconsMuted text |
| 500 | 3BA7 #3BA7DE | Primary brand colorCTAsActive elementsLinks |
| 600 | 218B #218BC0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1A6E #1A6E99 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 124F #124F6D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C32 #0C3246 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E0F1FA;
--steel-blue-200: #C6E6F5;
--steel-blue-300: #9BD2EE;
--steel-blue-400: #66BBE5;
--steel-blue-500: #3BA7DE;
--steel-blue-600: #218BC0;
--steel-blue-700: #1A6E99;
--steel-blue-800: #124F6D;
--steel-blue-900: #0C3246;
--steel-blue-950: #07202C;
}