Steel Blue
#1C7EC4
BlueColor Codes
All color formats for development
HEX
#1C7EC4RGB
rgb(28, 126, 196)HSL
hsl(205, 75%, 44%)OKLCH
oklch(0.575 0.137 246.1)CMYK
cmyk(86%, 36%, 0%, 23%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1972B1
2#16659D
3#145889
4#114C76
5#0E3F62
6#0B324F
7#08263B
8#061927
9#030D14
Tints
Lighter variations
1#208EDD
2#379BE2
3#50A8E6
4#69B4EA
5#82C1ED
6#9BCDF1
7#B4DAF4
8#CDE6F8
9#E6F3FB
Tones
Muted variations
1#247DBC
2#2D7BB4
3#357AAB
4#3E79A3
5#46779A
6#4F7692
7#577489
8#5F7381
9#687279
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5E2 #C5E2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98CC #98CCF0 | BordersInactive statesPlaceholder text |
| 400 | 63B1 #63B1E9 | Disabled statesSecondary iconsMuted text |
| 500 | 369B #369BE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1C7E #1C7EC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1664 #16649C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1048 #104870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A2E #0A2E47 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F8FD;
--steel-blue-100: #E0EFFB;
--steel-blue-200: #C5E2F7;
--steel-blue-300: #98CCF0;
--steel-blue-400: #63B1E9;
--steel-blue-500: #369BE2;
--steel-blue-600: #1C7EC4;
--steel-blue-700: #16649C;
--steel-blue-800: #104870;
--steel-blue-900: #0A2E47;
--steel-blue-950: #061D2D;
}