Steel Blue
#777ED4
BlueColor Codes
All color formats for development
HEX
#777ED4RGB
rgb(119, 126, 212)HSL
hsl(235, 52%, 65%)OKLCH
oklch(0.625 0.129 278.4)CMYK
cmyk(44%, 41%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E67CC
2#4550C4
3#3842B0
4#303897
5#282F7E
6#202665
7#181C4C
8#101332
9#080919
Tints
Lighter variations
1#858CD8
2#9299DD
3#A0A5E1
4#AEB2E5
5#BBBFEA
6#C9CCEE
7#D6D9F2
8#E4E5F6
9#F1F2FB
Tones
Muted variations
1#7C83D0
2#8187CB
3#858BC6
4#8A8FC2
5#8F92BD
6#9396B8
7#989AB4
8#9C9EAF
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 | A6AB #A6ABE3 | BordersInactive statesPlaceholder text |
| 400 | 777F #777FD4 | Disabled statesSecondary iconsMuted text |
| 500 | 515B #515BC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3640 #3640AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B33 #2B3388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F24 #1F2461 | 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: #A6ABE3;
--steel-blue-400: #777FD4;
--steel-blue-500: #515BC8;
--steel-blue-600: #3640AB;
--steel-blue-700: #2B3388;
--steel-blue-800: #1F2461;
--steel-blue-900: #14173E;
--steel-blue-950: #0C0E27;
}