Steel Blue
#7B81D1
BlueColor Codes
All color formats for development
HEX
#7B81D1RGB
rgb(123, 129, 209)HSL
hsl(236, 48%, 65%)OKLCH
oklch(0.633 0.12 279.1)CMYK
cmyk(41%, 38%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6269C8
2#4A52BF
3#3C44AC
4#343A93
5#2B307B
6#222762
7#1A1D4A
8#111331
9#090A19
Tints
Lighter variations
1#888DD5
2#959ADA
3#A3A7DF
4#B0B3E3
5#BDC0E8
6#CACCEC
7#D7D9F1
8#E5E6F6
9#F2F2FA
Tones
Muted variations
1#7F84CC
2#8388C8
3#888CC4
4#8C8FBF
5#9093BB
6#9597B7
7#999BB3
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 | E5E6 #E5E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED0 #CED0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8AC #A8ACE1 | BordersInactive statesPlaceholder text |
| 400 | 7B81 #7B81D1 | Disabled statesSecondary iconsMuted text |
| 500 | 555D #555DC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A42 #3A42A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E34 #2E3484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2125 #21255E | 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: #CED0EE;
--steel-blue-300: #A8ACE1;
--steel-blue-400: #7B81D1;
--steel-blue-500: #555DC3;
--steel-blue-600: #3A42A6;
--steel-blue-700: #2E3484;
--steel-blue-800: #21255E;
--steel-blue-900: #15183C;
--steel-blue-950: #0D0F26;
}