Steel Blue
#7881D3
BlueColor Codes
All color formats for development
HEX
#7881D3RGB
rgb(120, 129, 211)HSL
hsl(234, 51%, 65%)OKLCH
oklch(0.631 0.123 277.5)CMYK
cmyk(43%, 39%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F6ACB
2#4653C3
3#3945AF
4#313B96
5#29317D
6#202764
7#181D4B
8#101432
9#080A19
Tints
Lighter variations
1#868ED8
2#939ADC
3#A1A7E0
4#AEB4E5
5#BCC0E9
6#C9CDEE
7#D7D9F2
8#E4E6F6
9#F2F2FB
Tones
Muted variations
1#7D85CF
2#8189CA
3#868CC6
4#8A90C1
5#8F94BD
6#9497B8
7#989BB3
8#9D9EAF
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 | CDD0 #CDD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AC #A6ACE2 | BordersInactive statesPlaceholder text |
| 400 | 7881 #7881D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525D #525DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3742 #3742A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C35 #2C3587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F26 #1F2660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1418 #14183E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | 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: #CDD0EF;
--steel-blue-300: #A6ACE2;
--steel-blue-400: #7881D3;
--steel-blue-500: #525DC7;
--steel-blue-600: #3742A9;
--steel-blue-700: #2C3587;
--steel-blue-800: #1F2660;
--steel-blue-900: #14183E;
--steel-blue-950: #0C0F27;
}