Steel Blue
#1F6EC1
BlueColor Codes
All color formats for development
HEX
#1F6EC1RGB
rgb(31, 110, 193)HSL
hsl(211, 72%, 44%)OKLCH
oklch(0.536 0.149 253.6)CMYK
cmyk(84%, 43%, 0%, 24%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C63AE
2#19589A
3#164D87
4#134274
5#103760
6#0D2C4D
7#09213A
8#061627
9#030B13
Tints
Lighter variations
1#237BDA
2#3B8ADF
3#5399E3
4#6CA7E7
5#84B6EB
6#9DC5EF
7#B5D3F3
8#CEE2F7
9#E6F0FB
Tones
Muted variations
1#276EB9
2#306EB1
3#386EA9
4#406FA1
5#486F99
6#506F91
7#586F88
8#607080
9#687078
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0ED #E0EDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DD #C6DDF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC3 #9AC3EF | BordersInactive statesPlaceholder text |
| 400 | 65A4 #65A4E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A89 #3A89DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F6E #1F6EC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1957 #19579A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 123E #123E6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B28 #0B2846 | Primary textHigh emphasis contentDark headings |
| 950 | 0719 #07192C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F2F7FD;
--steel-blue-100: #E0EDFA;
--steel-blue-200: #C6DDF6;
--steel-blue-300: #9AC3EF;
--steel-blue-400: #65A4E6;
--steel-blue-500: #3A89DF;
--steel-blue-600: #1F6EC1;
--steel-blue-700: #19579A;
--steel-blue-800: #123E6E;
--steel-blue-900: #0B2846;
--steel-blue-950: #07192C;
}