Steel Blue
#797ED2
BlueColor Codes
All color formats for development
HEX
#797ED2RGB
rgb(121, 126, 210)HSL
hsl(237, 50%, 65%)OKLCH
oklch(0.626 0.126 279.5)CMYK
cmyk(42%, 40%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#6066CA
2#474EC2
3#3A40AE
4#323795
5#292E7C
6#212463
7#191B4B
8#111232
9#080919
Tints
Lighter variations
1#878BD7
2#9497DB
3#A1A4E0
4#AFB1E4
5#BCBEE9
6#C9CBED
7#D7D8F2
8#E4E5F6
9#F2F2FB
Tones
Muted variations
1#7E82CE
2#8286C9
3#878AC5
4#8B8EC1
5#8F92BC
6#9496B8
7#989AB3
8#9D9EAF
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AA #A7AAE2 | BordersInactive statesPlaceholder text |
| 400 | 797E #797ED2 | Disabled statesSecondary iconsMuted text |
| 500 | 5359 #5359C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 383E #383EA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D31 #2D3186 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2023 #202360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1416 #14163D | 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: #E4E5F6;
--steel-blue-200: #CDCFEE;
--steel-blue-300: #A7AAE2;
--steel-blue-400: #797ED2;
--steel-blue-500: #5359C6;
--steel-blue-600: #383EA8;
--steel-blue-700: #2D3186;
--steel-blue-800: #202360;
--steel-blue-900: #14163D;
--steel-blue-950: #0D0E26;
}