Steel Blue
#768BD5
BlueColor Codes
All color formats for development
HEX
#768BD5RGB
rgb(118, 139, 213)HSL
hsl(227, 53%, 65%)OKLCH
oklch(0.651 0.113 270.9)CMYK
cmyk(45%, 35%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D75CD
2#4460C5
3#3751B2
4#2F4698
5#273A7F
6#1F2E65
7#17234C
8#101733
9#080C19
Tints
Lighter variations
1#8497D9
2#92A2DD
3#9FAEE2
4#ADB9E6
5#BBC5EA
6#C8D1EE
7#D6DCF2
8#E4E8F7
9#F1F3FB
Tones
Muted variations
1#7B8ED0
2#8090CC
3#8593C7
4#8996C2
5#8E98BD
6#939BB9
7#989EB4
8#9CA0AF
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 | CCD4 #CCD4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B3 #A5B3E3 | BordersInactive statesPlaceholder text |
| 400 | 768B #768BD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F6A #4F6AC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 354F #354FAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A3E #2A3E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E2D #1E2D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131D #131D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C12 #0C1227 | 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: #CCD4EF;
--steel-blue-300: #A5B3E3;
--steel-blue-400: #768BD5;
--steel-blue-500: #4F6AC9;
--steel-blue-600: #354FAC;
--steel-blue-700: #2A3E89;
--steel-blue-800: #1E2D62;
--steel-blue-900: #131D3E;
--steel-blue-950: #0C1227;
}