Steel Blue
#7687D6
BlueColor Codes
All color formats for development
HEX
#7687D6RGB
rgb(118, 135, 214)HSL
hsl(229, 54%, 65%)OKLCH
oklch(0.644 0.12 273.4)CMYK
cmyk(45%, 37%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C71CE
2#435BC7
3#354CB3
4#2E4199
5#263780
6#1E2C66
7#17214D
8#0F1633
9#080B1A
Tints
Lighter variations
1#8393DA
2#919FDE
3#9FABE2
4#ADB7E6
5#BAC3EA
6#C8CFEF
7#D6DBF3
8#E4E7F7
9#F1F3FB
Tones
Muted variations
1#7A8AD1
2#7F8DCC
3#8490C7
4#8993C3
5#8E96BE
6#929AB9
7#979DB4
8#9CA0AF
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 | CCD3 #CCD3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B0 #A5B0E4 | BordersInactive statesPlaceholder text |
| 400 | 7687 #7687D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E65 #4E65CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 344A #344AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 293B #293B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2A #1D2A62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131B #131B3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | 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: #CCD3F0;
--steel-blue-300: #A5B0E4;
--steel-blue-400: #7687D6;
--steel-blue-500: #4E65CA;
--steel-blue-600: #344AAD;
--steel-blue-700: #293B89;
--steel-blue-800: #1D2A62;
--steel-blue-900: #131B3F;
--steel-blue-950: #0C1127;
}