Steel Blue
#768FD6
BlueColor Codes
All color formats for development
HEX
#768FD6RGB
rgb(118, 143, 214)HSL
hsl(224, 54%, 65%)OKLCH
oklch(0.66 0.11 268.5)CMYK
cmyk(45%, 33%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C7BCE
2#4366C7
3#3557B3
4#2E4A99
5#263E80
6#1E3266
7#17254D
8#0F1933
9#080C1A
Tints
Lighter variations
1#839ADA
2#91A6DE
3#9FB1E2
4#ADBCE6
5#BAC7EA
6#C8D2EF
7#D6DDF3
8#E4E9F7
9#F1F4FB
Tones
Muted variations
1#7A92D1
2#7F94CC
3#8496C7
4#8998C3
5#8E9BBE
6#929DB9
7#979FB4
8#9CA1AF
9#A1A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD5 #CCD5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B6 #A5B6E4 | BordersInactive statesPlaceholder text |
| 400 | 768F #768FD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E6F #4E6FCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3454 #3454AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2943 #294389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D30 #1D3062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3F | 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: #E4E9F7;
--steel-blue-200: #CCD5F0;
--steel-blue-300: #A5B6E4;
--steel-blue-400: #768FD6;
--steel-blue-500: #4E6FCA;
--steel-blue-600: #3454AD;
--steel-blue-700: #294389;
--steel-blue-800: #1D3062;
--steel-blue-900: #131F3F;
--steel-blue-950: #0C1327;
}