Steel Blue
#7B7FD1
BlueColor Codes
All color formats for development
HEX
#7B7FD1RGB
rgb(123, 127, 209)HSL
hsl(237, 48%, 65%)OKLCH
oklch(0.629 0.122 280.1)CMYK
cmyk(41%, 39%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6267C8
2#4A50BF
3#3C42AC
4#343893
5#2B2F7B
6#222662
7#1A1C4A
8#111331
9#090919
Tints
Lighter variations
1#888CD5
2#9599DA
3#A3A6DF
4#B0B2E3
5#BDBFE8
6#CACCEC
7#D7D9F1
8#E5E5F6
9#F2F2FA
Tones
Muted variations
1#7F83CC
2#8387C8
3#888BC4
4#8C8FBF
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 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AB #A8ABE1 | BordersInactive statesPlaceholder text |
| 400 | 7B7F #7B7FD1 | Disabled statesSecondary iconsMuted text |
| 500 | 555B #555BC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A40 #3A40A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E33 #2E3384 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2124 #21245E | 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: #CED0EE;
--steel-blue-300: #A8ABE1;
--steel-blue-400: #7B7FD1;
--steel-blue-500: #555BC3;
--steel-blue-600: #3A40A6;
--steel-blue-700: #2E3384;
--steel-blue-800: #21245E;
--steel-blue-900: #15173C;
--steel-blue-950: #0D0E26;
}