Steel Blue
#7E84CE
BlueColor Codes
All color formats for development
HEX
#7E84CERGB
rgb(126, 132, 206)HSL
hsl(236, 45%, 65%)OKLCH
oklch(0.639 0.111 279.2)CMYK
cmyk(39%, 36%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#666CC5
2#4E55BC
3#4047A8
4#373D90
5#2E3378
6#242860
7#1B1E48
8#121430
9#090A18
Tints
Lighter variations
1#8B8FD3
2#979CD8
3#A4A8DD
4#B1B5E2
5#BEC1E6
6#CBCDEB
7#D8DAF0
8#E5E6F5
9#F2F3FA
Tones
Muted variations
1#8286CA
2#868AC6
3#8A8DC2
4#8E91BE
5#9294BA
6#9698B6
7#9A9BB2
8#9E9FAE
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 | CFD1 #CFD1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAD #AAADDF | BordersInactive statesPlaceholder text |
| 400 | 7E83 #7E83CE | Disabled statesSecondary iconsMuted text |
| 500 | 595F #595FC0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E44 #3E44A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3136 #313681 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2327 #23275C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1619 #16193B | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | 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: #CFD1ED;
--steel-blue-300: #AAADDF;
--steel-blue-400: #7E83CE;
--steel-blue-500: #595FC0;
--steel-blue-600: #3E44A3;
--steel-blue-700: #313681;
--steel-blue-800: #23275C;
--steel-blue-900: #16193B;
--steel-blue-950: #0E1025;
}