Steel Blue
#7E86CE
BlueColor Codes
All color formats for development
HEX
#7E86CERGB
rgb(126, 134, 206)HSL
hsl(234, 45%, 65%)OKLCH
oklch(0.643 0.108 278.1)CMYK
cmyk(39%, 35%, 0%, 19%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#666FC5
2#4E59BC
3#404AA8
4#374090
5#2E3578
6#242A60
7#1B2048
8#121530
9#090B18
Tints
Lighter variations
1#8B92D3
2#979ED8
3#A4AADD
4#B1B6E2
5#BEC2E6
6#CBCEEB
7#D8DBF0
8#E5E7F5
9#F2F3FA
Tones
Muted variations
1#8289CA
2#868CC6
3#8A8FC2
4#8E92BE
5#9296BA
6#9699B6
7#9A9CB2
8#9E9FAE
9#A2A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E7 #E5E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD2 #CFD2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAAF #AAAFDF | BordersInactive statesPlaceholder text |
| 400 | 7E86 #7E86CE | Disabled statesSecondary iconsMuted text |
| 500 | 5963 #5963C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E48 #3E48A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3139 #313981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2329 #23295C | Text on light backgroundsHeadingsStrong borders |
| 900 | 161A #161A3B | 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: #F4F5FB;
--steel-blue-100: #E5E7F5;
--steel-blue-200: #CFD2ED;
--steel-blue-300: #AAAFDF;
--steel-blue-400: #7E86CE;
--steel-blue-500: #5963C0;
--steel-blue-600: #3E48A3;
--steel-blue-700: #313981;
--steel-blue-800: #23295C;
--steel-blue-900: #161A3B;
--steel-blue-950: #0E1025;
}