Steel Blue
#768DD5
BlueColor Codes
All color formats for development
HEX
#768DD5RGB
rgb(118, 141, 213)HSL
hsl(225, 53%, 65%)OKLCH
oklch(0.656 0.111 269.7)CMYK
cmyk(45%, 34%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D79CD
2#4464C5
3#3755B2
4#2F4998
5#273D7F
6#1F3165
7#17254C
8#101833
9#080C19
Tints
Lighter variations
1#8499D9
2#92A5DD
3#9FB0E2
4#ADBBE6
5#BBC7EA
6#C8D2EE
7#D6DDF2
8#E4E8F7
9#F1F4FB
Tones
Muted variations
1#7B90D0
2#8093CC
3#8595C7
4#8998C2
5#8E9ABD
6#939CB9
7#989FB4
8#9CA1AF
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD5 #CCD5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B5 #A5B5E3 | BordersInactive statesPlaceholder text |
| 400 | 768E #768ED5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F6E #4F6EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3552 #3552AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A42 #2A4289 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2F #1E2F62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131E #131E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FB;
--steel-blue-100: #E4E8F7;
--steel-blue-200: #CCD5EF;
--steel-blue-300: #A5B5E3;
--steel-blue-400: #768ED5;
--steel-blue-500: #4F6EC9;
--steel-blue-600: #3552AC;
--steel-blue-700: #2A4289;
--steel-blue-800: #1E2F62;
--steel-blue-900: #131E3E;
--steel-blue-950: #0C1327;
}