Steel Blue
#7883D3
BlueColor Codes
All color formats for development
HEX
#7883D3RGB
rgb(120, 131, 211)HSL
hsl(233, 51%, 65%)OKLCH
oklch(0.636 0.12 276.5)CMYK
cmyk(43%, 38%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F6CCB
2#4655C3
3#3947AF
4#313D96
5#29327D
6#202864
7#181E4B
8#101432
9#080A19
Tints
Lighter variations
1#868FD8
2#939CDC
3#A1A8E0
4#AEB5E5
5#BCC1E9
6#C9CDEE
7#D7DAF2
8#E4E6F6
9#F2F3FB
Tones
Muted variations
1#7D86CF
2#818ACA
3#868DC6
4#8A91C1
5#8F94BD
6#9498B8
7#989BB3
8#9D9FAF
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD1 #CDD1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AD #A6ADE2 | BordersInactive statesPlaceholder text |
| 400 | 7883 #7883D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525F #525FC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3744 #3744A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C36 #2C3687 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F27 #1F2760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1419 #14193E | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F4FB;
--steel-blue-100: #E4E6F6;
--steel-blue-200: #CDD1EF;
--steel-blue-300: #A6ADE2;
--steel-blue-400: #7883D3;
--steel-blue-500: #525FC7;
--steel-blue-600: #3744A9;
--steel-blue-700: #2C3687;
--steel-blue-800: #1F2760;
--steel-blue-900: #14193E;
--steel-blue-950: #0C1027;
}