Steel Blue
#7682D6
BlueColor Codes
All color formats for development
HEX
#7682D6RGB
rgb(118, 130, 214)HSL
hsl(233, 54%, 65%)OKLCH
oklch(0.634 0.127 276)CMYK
cmyk(45%, 39%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C69CE
2#4352C7
3#3544B3
4#2E3A99
5#263180
6#1E2766
7#171D4D
8#0F1333
9#080A1A
Tints
Lighter variations
1#838DDA
2#919ADE
3#9FA7E2
4#ADB3E6
5#BAC0EA
6#C8CDEF
7#D6D9F3
8#E4E6F7
9#F1F2FB
Tones
Muted variations
1#7A84D1
2#7F88CC
3#848CC7
4#8990C3
5#8E93BE
6#9297B9
7#979BB4
8#9C9EAF
9#A1A2AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD0 #CCD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AC #A5ACE4 | BordersInactive statesPlaceholder text |
| 400 | 7681 #7681D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E5D #4E5DCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3442 #3442AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2934 #293489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D25 #1D2562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1318 #13183F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F4FB;
--steel-blue-100: #E4E6F7;
--steel-blue-200: #CCD0F0;
--steel-blue-300: #A5ACE4;
--steel-blue-400: #7681D6;
--steel-blue-500: #4E5DCA;
--steel-blue-600: #3442AD;
--steel-blue-700: #293489;
--steel-blue-800: #1D2562;
--steel-blue-900: #13183F;
--steel-blue-950: #0C0F27;
}