Steel Blue
#7686D6
BlueColor Codes
All color formats for development
HEX
#7686D6RGB
rgb(118, 134, 214)HSL
hsl(230, 54%, 65%)OKLCH
oklch(0.642 0.121 273.9)CMYK
cmyk(45%, 37%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C6FCE
2#4359C7
3#354AB3
4#2E4099
5#263580
6#1E2A66
7#17204D
8#0F1533
9#080B1A
Tints
Lighter variations
1#8392DA
2#919EDE
3#9FAAE2
4#ADB6E6
5#BAC2EA
6#C8CEEF
7#D6DBF3
8#E4E7F7
9#F1F3FB
Tones
Muted variations
1#7A89D1
2#7F8CCC
3#848FC7
4#8992C3
5#8E96BE
6#9299B9
7#979CB4
8#9C9FAF
9#A1A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AF #A5AFE4 | BordersInactive statesPlaceholder text |
| 400 | 7686 #7686D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E63 #4E63CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3448 #3448AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2939 #293989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D29 #1D2962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131A #131A3F | 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: #E4E7F7;
--steel-blue-200: #CCD2F0;
--steel-blue-300: #A5AFE4;
--steel-blue-400: #7686D6;
--steel-blue-500: #4E63CA;
--steel-blue-600: #3448AD;
--steel-blue-700: #293989;
--steel-blue-800: #1D2962;
--steel-blue-900: #131A3F;
--steel-blue-950: #0C1027;
}