Steel Blue
#1C8CC4
BlueColor Codes
All color formats for development
HEX
#1C8CC4RGB
rgb(28, 140, 196)HSL
hsl(200, 75%, 44%)OKLCH
oklch(0.608 0.126 237.4)CMYK
cmyk(86%, 29%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#197EB1
2#16709D
3#146289
4#115476
5#0E4662
6#0B384F
7#082A3B
8#061C27
9#030E14
Tints
Lighter variations
1#209EDD
2#37A9E2
3#50B4E6
4#69BFEA
5#82C9ED
6#9BD4F1
7#B4DFF4
8#CDEAF8
9#E6F4FB
Tones
Muted variations
1#2489BC
2#2D87B4
3#3584AB
4#3E81A3
5#467E9A
6#4F7B92
7#577989
8#5F7681
9#687379
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E6 #C5E6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98D3 #98D3F0 | BordersInactive statesPlaceholder text |
| 400 | 63BC #63BCE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36A9 #36A9E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C8C #1C8CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1670 #16709C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1050 #105070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A33 #0A3347 | Primary textHigh emphasis contentDark headings |
| 950 | 0620 #06202D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F9FD;
--steel-blue-100: #E0F2FB;
--steel-blue-200: #C5E6F7;
--steel-blue-300: #98D3F0;
--steel-blue-400: #63BCE9;
--steel-blue-500: #36A9E2;
--steel-blue-600: #1C8CC4;
--steel-blue-700: #16709C;
--steel-blue-800: #105070;
--steel-blue-900: #0A3347;
--steel-blue-950: #06202D;
}