Steel Blue
#7887D3
BlueColor Codes
All color formats for development
HEX
#7887D3RGB
rgb(120, 135, 211)HSL
hsl(230, 51%, 65%)OKLCH
oklch(0.644 0.115 274.2)CMYK
cmyk(43%, 36%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F71CB
2#465BC3
3#394DAF
4#314296
5#29377D
6#202C64
7#18214B
8#101632
9#080B19
Tints
Lighter variations
1#8693D8
2#939FDC
3#A1ABE0
4#AEB7E5
5#BCC3E9
6#C9CFEE
7#D7DBF2
8#E4E7F6
9#F2F3FB
Tones
Muted variations
1#7D8ACF
2#818DCA
3#8691C6
4#8A94C1
5#8F97BD
6#949AB8
7#989DB3
8#9DA0AF
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD3 #CDD3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B0 #A6B0E2 | BordersInactive statesPlaceholder text |
| 400 | 7887 #7887D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5265 #5265C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 374A #374AA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3B #2C3B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2A #1F2A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141B #141B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FB;
--steel-blue-100: #E4E7F6;
--steel-blue-200: #CDD3EF;
--steel-blue-300: #A6B0E2;
--steel-blue-400: #7887D3;
--steel-blue-500: #5265C7;
--steel-blue-600: #374AA9;
--steel-blue-700: #2C3B87;
--steel-blue-800: #1F2A60;
--steel-blue-900: #141B3E;
--steel-blue-950: #0C1127;
}