Steel Blue
#7F82CC
BlueColor Codes
All color formats for development
HEX
#7F82CCRGB
rgb(127, 130, 204)HSL
hsl(238, 43%, 65%)OKLCH
oklch(0.635 0.11 281)CMYK
cmyk(38%, 36%, 0%, 20%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#686BC3
2#5053B9
3#4245A6
4#393C8E
5#2F3277
6#26285F
7#1C1E47
8#13142F
9#090A18
Tints
Lighter variations
1#8C8ED1
2#999BD6
3#A6A7DB
4#B2B4E0
5#BFC0E6
6#CCCDEB
7#D9D9F0
8#E5E6F5
9#F2F2FA
Tones
Muted variations
1#8386C8
2#8789C4
3#8B8DC1
4#8F90BD
5#9394B9
6#9697B5
7#9A9BB1
8#9E9FAD
9#A2A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D1 #D0D1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABAD #ABADDE | BordersInactive statesPlaceholder text |
| 400 | 7F82 #7F82CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B5E #5B5EBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4043 #4043A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3335 #333580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2426 #24265B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1718 #17183A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F4FB;
--steel-blue-100: #E5E6F5;
--steel-blue-200: #D0D1EC;
--steel-blue-300: #ABADDE;
--steel-blue-400: #7F82CC;
--steel-blue-500: #5B5EBE;
--steel-blue-600: #4043A0;
--steel-blue-700: #333580;
--steel-blue-800: #24265B;
--steel-blue-900: #17183A;
--steel-blue-950: #0F0F24;
}