Steel Blue
#7892D3
BlueColor Codes
All color formats for development
HEX
#7892D3RGB
rgb(120, 146, 211)HSL
hsl(223, 51%, 65%)OKLCH
oklch(0.666 0.102 267)CMYK
cmyk(43%, 31%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F7ECB
2#466AC3
3#395AAF
4#314D96
5#29417D
6#203464
7#18274B
8#101A32
9#080D19
Tints
Lighter variations
1#869DD8
2#93A8DC
3#A1B3E0
4#AEBEE5
5#BCC9E9
6#C9D3EE
7#D7DEF2
8#E4E9F6
9#F2F4FB
Tones
Muted variations
1#7D94CF
2#8196CA
3#8698C6
4#8A9AC1
5#8F9CBD
6#949EB8
7#98A0B3
8#9DA2AF
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 | A6B7 #A6B7E2 | BordersInactive statesPlaceholder text |
| 400 | 7892 #7892D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5273 #5273C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3757 #3757A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C46 #2C4687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F32 #1F3260 | 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: #A6B7E2;
--steel-blue-400: #7892D3;
--steel-blue-500: #5273C7;
--steel-blue-600: #3757A9;
--steel-blue-700: #2C4687;
--steel-blue-800: #1F3260;
--steel-blue-900: #14203E;
--steel-blue-950: #0C1427;
}