Steel Blue
#7686D5
BlueColor Codes
All color formats for development
HEX
#7686D5RGB
rgb(118, 134, 213)HSL
hsl(230, 53%, 65%)OKLCH
oklch(0.641 0.12 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#5D70CD
2#4459C5
3#374BB2
4#2F4098
5#27367F
6#1F2B65
7#17204C
8#101533
9#080B19
Tints
Lighter variations
1#8492D9
2#929EDD
3#9FAAE2
4#ADB7E6
5#BBC3EA
6#C8CFEE
7#D6DBF2
8#E4E7F7
9#F1F3FB
Tones
Muted variations
1#7B89D0
2#808DCC
3#8590C7
4#8993C2
5#8E96BD
6#9399B9
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 #E4E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD2 #CCD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B0 #A5B0E3 | BordersInactive statesPlaceholder text |
| 400 | 7686 #7686D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F64 #4F64C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3549 #3549AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A3A #2A3A89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E29 #1E2962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131A #131A3E | 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: #CCD2EF;
--steel-blue-300: #A5B0E3;
--steel-blue-400: #7686D5;
--steel-blue-500: #4F64C9;
--steel-blue-600: #3549AC;
--steel-blue-700: #2A3A89;
--steel-blue-800: #1E2962;
--steel-blue-900: #131A3E;
--steel-blue-950: #0C1027;
}