Steel Blue
#7792D4
BlueColor Codes
All color formats for development
HEX
#7792D4RGB
rgb(119, 146, 212)HSL
hsl(223, 52%, 65%)OKLCH
oklch(0.666 0.103 266.6)CMYK
cmyk(44%, 31%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E7DCC
2#4569C4
3#385AB0
4#304D97
5#28407E
6#203365
7#18274C
8#101A32
9#080D19
Tints
Lighter variations
1#859DD8
2#92A8DD
3#A0B2E1
4#AEBDE5
5#BBC8EA
6#C9D3EE
7#D6DEF2
8#E4E9F6
9#F1F4FB
Tones
Muted variations
1#7C94D0
2#8196CB
3#8598C6
4#8A9AC2
5#8F9CBD
6#939EB8
7#98A0B4
8#9CA2AF
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD6 #CDD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B7 #A6B7E3 | BordersInactive statesPlaceholder text |
| 400 | 7792 #7792D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5172 #5172C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3657 #3657AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B45 #2B4588 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F31 #1F3161 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4E9F6;
--steel-blue-200: #CDD6EF;
--steel-blue-300: #A6B7E3;
--steel-blue-400: #7792D4;
--steel-blue-500: #5172C8;
--steel-blue-600: #3657AB;
--steel-blue-700: #2B4588;
--steel-blue-800: #1F3161;
--steel-blue-900: #14203E;
--steel-blue-950: #0C1427;
}