Steel Blue
#787ED3
BlueColor Codes
All color formats for development
HEX
#787ED3RGB
rgb(120, 126, 211)HSL
hsl(236, 51%, 65%)OKLCH
oklch(0.626 0.127 279)CMYK
cmyk(43%, 40%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F66CB
2#464EC3
3#3941AF
4#313796
5#292E7D
6#202564
7#181C4B
8#101232
9#080919
Tints
Lighter variations
1#868BD8
2#9398DC
3#A1A5E0
4#AEB2E5
5#BCBFE9
6#C9CCEE
7#D7D8F2
8#E4E5F6
9#F2F2FB
Tones
Muted variations
1#7D82CF
2#8186CA
3#868AC6
4#8A8EC1
5#8F92BD
6#9496B8
7#989AB3
8#9D9EAF
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E5 #E4E5F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCF #CDCFEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AA #A6AAE2 | BordersInactive statesPlaceholder text |
| 400 | 787E #787ED3 | Disabled statesSecondary iconsMuted text |
| 500 | 525A #525AC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 373F #373FA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C32 #2C3287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F24 #1F2460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1417 #14173E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F4FB;
--steel-blue-100: #E4E5F6;
--steel-blue-200: #CDCFEF;
--steel-blue-300: #A6AAE2;
--steel-blue-400: #787ED3;
--steel-blue-500: #525AC7;
--steel-blue-600: #373FA9;
--steel-blue-700: #2C3287;
--steel-blue-800: #1F2460;
--steel-blue-900: #14173E;
--steel-blue-950: #0C0E27;
}