Steel Blue
#7785D4
BlueColor Codes
All color formats for development
HEX
#7785D4RGB
rgb(119, 133, 212)HSL
hsl(231, 52%, 65%)OKLCH
oklch(0.639 0.119 274.9)CMYK
cmyk(44%, 37%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E6FCC
2#4558C4
3#384AB0
4#303F97
5#28357E
6#202A65
7#18204C
8#101532
9#080B19
Tints
Lighter variations
1#8591D8
2#929EDD
3#A0AAE1
4#AEB6E5
5#BBC2EA
6#C9CEEE
7#D6DAF2
8#E4E7F6
9#F1F3FB
Tones
Muted variations
1#7C89D0
2#818CCB
3#858FC6
4#8A92C2
5#8F96BD
6#9399B8
7#989CB4
8#9C9FAF
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AF #A6AFE3 | BordersInactive statesPlaceholder text |
| 400 | 7785 #7785D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5162 #5162C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3647 #3647AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B39 #2B3988 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F29 #1F2961 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FB;
--steel-blue-100: #E4E7F6;
--steel-blue-200: #CDD2EF;
--steel-blue-300: #A6AFE3;
--steel-blue-400: #7785D4;
--steel-blue-500: #5162C8;
--steel-blue-600: #3647AB;
--steel-blue-700: #2B3988;
--steel-blue-800: #1F2961;
--steel-blue-900: #141A3E;
--steel-blue-950: #0C1027;
}