Steel Blue
#7396D9
BlueColor Codes
All color formats for development
HEX
#7396D9RGB
rgb(115, 150, 217)HSL
hsl(219, 57%, 65%)OKLCH
oklch(0.675 0.107 262.7)CMYK
cmyk(47%, 31%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5983D1
2#3F70CA
3#3260B6
4#2B529C
5#244582
6#1D3768
7#15294E
8#0E1B34
9#070E1A
Tints
Lighter variations
1#81A1DC
2#8FABE0
3#9DB6E4
4#ABC0E8
5#B9CBEC
6#C7D5F0
7#D5E0F3
8#E3EAF7
9#F1F5FB
Tones
Muted variations
1#7898D4
2#7D9ACE
3#829BC9
4#879DC4
5#8C9EBF
6#91A0BA
7#96A1B5
8#9CA3B0
9#A1A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EA #E3EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD8 #CBD8F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3BA #A3BAE6 | BordersInactive statesPlaceholder text |
| 400 | 7396 #7396D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B79 #4B79CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 305D #305DB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 264A #264A8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B35 #1B3564 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1222 #122240 | Primary textHigh emphasis contentDark headings |
| 950 | 0B15 #0B1528 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FC;
--steel-blue-100: #E3EAF7;
--steel-blue-200: #CBD8F1;
--steel-blue-300: #A3BAE6;
--steel-blue-400: #7396D9;
--steel-blue-500: #4B79CE;
--steel-blue-600: #305DB0;
--steel-blue-700: #264A8C;
--steel-blue-800: #1B3564;
--steel-blue-900: #122240;
--steel-blue-950: #0B1528;
}