Steel Blue
#7A7AD1
BlueColor Codes
All color formats for development
HEX
#7A7AD1RGB
rgb(122, 122, 209)HSL
hsl(240, 49%, 65%)OKLCH
oklch(0.618 0.13 281.9)CMYK
cmyk(42%, 42%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6161C9
2#4949C1
3#3B3BAD
4#333394
5#2A2A7B
6#222263
7#19194A
8#111131
9#080819
Tints
Lighter variations
1#8787D6
2#9595DB
3#A2A2DF
4#AFAFE4
5#BDBDE8
6#CACAED
7#D7D7F1
8#E4E4F6
9#F2F2FA
Tones
Muted variations
1#7E7ECD
2#8383C9
3#8787C4
4#8C8CC0
5#9090BC
6#9494B7
7#9999B3
8#9D9DAE
9#A1A1AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CECE #CECEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8A8 #A8A8E1 | BordersInactive statesPlaceholder text |
| 400 | 7A7A #7A7AD1 | Disabled statesSecondary iconsMuted text |
| 500 | 5454 #5454C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3939 #3939A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E2E #2E2E85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2121 #21215F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1515 #15153D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0D #0D0D26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E4E4F6;
--steel-blue-200: #CECEEE;
--steel-blue-300: #A8A8E1;
--steel-blue-400: #7A7AD1;
--steel-blue-500: #5454C4;
--steel-blue-600: #3939A7;
--steel-blue-700: #2E2E85;
--steel-blue-800: #21215F;
--steel-blue-900: #15153D;
--steel-blue-950: #0D0D26;
}