Steel Blue
#7B82D1
BlueColor Codes
All color formats for development
HEX
#7B82D1RGB
rgb(123, 130, 209)HSL
hsl(235, 48%, 65%)OKLCH
oklch(0.635 0.118 278.6)CMYK
cmyk(41%, 38%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#626BC8
2#4A54BF
3#3C46AC
4#343C93
5#2B327B
6#222862
7#1A1E4A
8#111431
9#090A19
Tints
Lighter variations
1#888FD5
2#959BDA
3#A3A8DF
4#B0B4E3
5#BDC1E8
6#CACDEC
7#D7DAF1
8#E5E6F6
9#F2F3FA
Tones
Muted variations
1#7F86CC
2#8389C8
3#888DC4
4#8C90BF
5#9094BB
6#9597B7
7#999BB3
8#9D9FAE
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED1 #CED1EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AD #A8ADE1 | BordersInactive statesPlaceholder text |
| 400 | 7B82 #7B82D1 | Disabled statesSecondary iconsMuted text |
| 500 | 555E #555EC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A43 #3A43A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E36 #2E3684 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2126 #21265E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1518 #15183C | 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: #E5E6F6;
--steel-blue-200: #CED1EE;
--steel-blue-300: #A8ADE1;
--steel-blue-400: #7B82D1;
--steel-blue-500: #555EC3;
--steel-blue-600: #3A43A6;
--steel-blue-700: #2E3684;
--steel-blue-800: #21265E;
--steel-blue-900: #15183C;
--steel-blue-950: #0D0F26;
}