Steel Blue
#7793D4
BlueColor Codes
All color formats for development
HEX
#7793D4RGB
rgb(119, 147, 212)HSL
hsl(222, 52%, 65%)OKLCH
oklch(0.668 0.102 265.9)CMYK
cmyk(44%, 31%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E7FCC
2#456BC4
3#385CB0
4#304F97
5#28427E
6#203565
7#18274C
8#101A32
9#080D19
Tints
Lighter variations
1#859ED8
2#92A9DD
3#A0B4E1
4#AEBEE5
5#BBC9EA
6#C9D4EE
7#D6DFF2
8#E4E9F6
9#F1F4FB
Tones
Muted variations
1#7C95D0
2#8197CB
3#8599C6
4#8A9BC2
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 | CDD7 #CDD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B8 #A6B8E3 | BordersInactive statesPlaceholder text |
| 400 | 7793 #7793D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5174 #5174C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3659 #3659AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B47 #2B4788 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F32 #1F3261 | 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: #CDD7EF;
--steel-blue-300: #A6B8E3;
--steel-blue-400: #7793D4;
--steel-blue-500: #5174C8;
--steel-blue-600: #3659AB;
--steel-blue-700: #2B4788;
--steel-blue-800: #1F3261;
--steel-blue-900: #14203E;
--steel-blue-950: #0C1427;
}