Steel Blue
#7985D2
BlueColor Codes
All color formats for development
HEX
#7985D2RGB
rgb(121, 133, 210)HSL
hsl(232, 50%, 65%)OKLCH
oklch(0.64 0.116 275.9)CMYK
cmyk(42%, 37%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#606ECA
2#4758C2
3#3A49AE
4#323F95
5#29347C
6#212A63
7#191F4B
8#111532
9#080A19
Tints
Lighter variations
1#8791D7
2#949DDB
3#A1AAE0
4#AFB6E4
5#BCC2E9
6#C9CEED
7#D7DAF2
8#E4E7F6
9#F2F3FB
Tones
Muted variations
1#7E88CE
2#828CC9
3#878FC5
4#8B92C1
5#8F95BC
6#9499B8
7#989CB3
8#9D9FAF
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7AF #A7AFE2 | BordersInactive statesPlaceholder text |
| 400 | 7985 #7985D2 | Disabled statesSecondary iconsMuted text |
| 500 | 5362 #5362C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3847 #3847A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D39 #2D3986 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2028 #202860 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D10 #0D1026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F5FB;
--steel-blue-100: #E4E7F6;
--steel-blue-200: #CDD2EE;
--steel-blue-300: #A7AFE2;
--steel-blue-400: #7985D2;
--steel-blue-500: #5362C6;
--steel-blue-600: #3847A8;
--steel-blue-700: #2D3986;
--steel-blue-800: #202860;
--steel-blue-900: #141A3D;
--steel-blue-950: #0D1026;
}