Steel Blue
#1A79C7
BlueColor Codes
All color formats for development
HEX
#1A79C7RGB
rgb(26, 121, 199)HSL
hsl(207, 77%, 44%)OKLCH
oklch(0.564 0.146 249.4)CMYK
cmyk(87%, 39%, 0%, 22%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#176DB3
2#15619F
3#12558B
4#0F4977
5#0D3C63
6#0A304F
7#08243C
8#051828
9#030C14
Tints
Lighter variations
1#1D88E0
2#3596E5
3#4EA3E8
4#67B0EB
5#81BDEF
6#9ACAF2
7#B3D7F5
8#CCE5F8
9#E6F2FC
Tones
Muted variations
1#2278BE
2#2B77B5
3#3476AD
4#3C75A4
5#45759B
6#4E7493
7#56738A
8#5F7281
9#687179
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E0 #C4E0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C9 #97C9F2 | BordersInactive statesPlaceholder text |
| 400 | 61AD #61ADEA | Disabled statesSecondary iconsMuted text |
| 500 | 3495 #3495E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1A79 #1A79C7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1560 #15609E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F45 #0F4571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092C #092C48 | Primary textHigh emphasis contentDark headings |
| 950 | 061B #061B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F1F8FD;
--steel-blue-100: #DFEFFB;
--steel-blue-200: #C4E0F7;
--steel-blue-300: #97C9F2;
--steel-blue-400: #61ADEA;
--steel-blue-500: #3495E5;
--steel-blue-600: #1A79C7;
--steel-blue-700: #15609E;
--steel-blue-800: #0F4571;
--steel-blue-900: #092C48;
--steel-blue-950: #061B2D;
}