Steel Blue
#7B88D1
BlueColor Codes
All color formats for development
HEX
#7B88D1RGB
rgb(123, 136, 209)HSL
hsl(231, 48%, 65%)OKLCH
oklch(0.647 0.11 275.2)CMYK
cmyk(41%, 35%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6272C8
2#4A5BBF
3#3C4DAC
4#344293
5#2B377B
6#222C62
7#1A214A
8#111631
9#090B19
Tints
Lighter variations
1#8894D5
2#95A0DA
3#A3ACDF
4#B0B7E3
5#BDC3E8
6#CACFEC
7#D7DBF1
8#E5E7F6
9#F2F3FA
Tones
Muted variations
1#7F8BCC
2#838EC8
3#8891C4
4#8C94BF
5#9097BB
6#959AB7
7#999DB3
8#9DA0AE
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED3 #CED3EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B1 #A8B1E1 | BordersInactive statesPlaceholder text |
| 400 | 7B88 #7B88D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5566 #5566C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A4B #3A4BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E3B #2E3B84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212A #212A5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151B #151B3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D11 #0D1126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E5E7F6;
--steel-blue-200: #CED3EE;
--steel-blue-300: #A8B1E1;
--steel-blue-400: #7B88D1;
--steel-blue-500: #5566C3;
--steel-blue-600: #3A4BA6;
--steel-blue-700: #2E3B84;
--steel-blue-800: #212A5E;
--steel-blue-900: #151B3C;
--steel-blue-950: #0D1126;
}