Steel Blue
#748BD8
BlueColor Codes
All color formats for development
HEX
#748BD8RGB
rgb(116, 139, 216)HSL
hsl(226, 56%, 65%)OKLCH
oklch(0.652 0.118 270.3)CMYK
cmyk(46%, 36%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A76D0
2#4060C9
3#3351B5
4#2C469B
5#243A81
6#1D2E67
7#16234E
8#0F1734
9#070C1A
Tints
Lighter variations
1#8297DC
2#90A2E0
3#9EAEE4
4#ABB9E7
5#B9C5EB
6#C7D1EF
7#D5DCF3
8#E3E8F7
9#F1F3FB
Tones
Muted variations
1#798ED3
2#7E90CE
3#8393C9
4#8896C4
5#8D98BF
6#929BBA
7#979EB5
8#9CA0B0
9#A1A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD4 #CBD4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B3 #A4B3E5 | BordersInactive statesPlaceholder text |
| 400 | 748B #748BD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C6A #4C6ACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 314F #314FAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 273F #273F8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2D #1C2D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121D #121D40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B12 #0B1228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FC;
--steel-blue-100: #E3E8F7;
--steel-blue-200: #CBD4F0;
--steel-blue-300: #A4B3E5;
--steel-blue-400: #748BD8;
--steel-blue-500: #4C6ACD;
--steel-blue-600: #314FAF;
--steel-blue-700: #273F8B;
--steel-blue-800: #1C2D63;
--steel-blue-900: #121D40;
--steel-blue-950: #0B1228;
}