Steel Blue
#7A80D1
BlueColor Codes
All color formats for development
HEX
#7A80D1RGB
rgb(122, 128, 209)HSL
hsl(236, 49%, 65%)OKLCH
oklch(0.63 0.121 279.1)CMYK
cmyk(42%, 39%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6168C9
2#4951C1
3#3B43AD
4#333994
5#2A307B
6#222663
7#191D4A
8#111331
9#080A19
Tints
Lighter variations
1#878DD6
2#9599DB
3#A2A6DF
4#AFB3E4
5#BDBFE8
6#CACCED
7#D7D9F1
8#E4E6F6
9#F2F2FA
Tones
Muted variations
1#7E84CD
2#8387C9
3#878BC4
4#8C8FC0
5#9093BC
6#9497B7
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 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AB #A8ABE1 | BordersInactive statesPlaceholder text |
| 400 | 7A80 #7A80D1 | Disabled statesSecondary iconsMuted text |
| 500 | 545C #545CC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3941 #3941A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E33 #2E3385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2125 #21255F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1517 #15173D | Primary textHigh emphasis contentDark headings |
| 950 | 0D0F #0D0F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E4E6F6;
--steel-blue-200: #CED0EE;
--steel-blue-300: #A8ABE1;
--steel-blue-400: #7A80D1;
--steel-blue-500: #545CC4;
--steel-blue-600: #3941A7;
--steel-blue-700: #2E3385;
--steel-blue-800: #21255F;
--steel-blue-900: #15173D;
--steel-blue-950: #0D0F26;
}