Steel Blue
#7B7ED1
BlueColor Codes
All color formats for development
HEX
#7B7ED1RGB
rgb(123, 126, 209)HSL
hsl(238, 48%, 65%)OKLCH
oklch(0.627 0.124 280.6)CMYK
cmyk(41%, 40%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6266C8
2#4A4EBF
3#3C40AC
4#343793
5#2B2E7B
6#222562
7#1A1B4A
8#111231
9#090919
Tints
Lighter variations
1#888BD5
2#9598DA
3#A3A5DF
4#B0B1E3
5#BDBEE8
6#CACBEC
7#D7D8F1
8#E5E5F6
9#F2F2FA
Tones
Muted variations
1#7F82CC
2#8386C8
3#888AC4
4#8C8EBF
5#9092BB
6#9596B7
7#999AB3
8#9D9EAE
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E5 #E5E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECF #CECFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AA #A8AAE1 | BordersInactive statesPlaceholder text |
| 400 | 7B7E #7B7ED1 | Disabled statesSecondary iconsMuted text |
| 500 | 5559 #5559C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A3E #3A3EA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E31 #2E3184 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2123 #21235E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173C | Primary textHigh emphasis contentDark headings |
| 950 | 0D0E #0D0E26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E5F6;
--steel-blue-200: #CECFEE;
--steel-blue-300: #A8AAE1;
--steel-blue-400: #7B7ED1;
--steel-blue-500: #5559C3;
--steel-blue-600: #3A3EA6;
--steel-blue-700: #2E3184;
--steel-blue-800: #21235E;
--steel-blue-900: #15173C;
--steel-blue-950: #0D0E26;
}