Steel Blue
#748DD8
BlueColor Codes
All color formats for development
HEX
#748DD8RGB
rgb(116, 141, 216)HSL
hsl(225, 56%, 65%)OKLCH
oklch(0.656 0.116 269.1)CMYK
cmyk(46%, 35%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A78D0
2#4062C9
3#3354B5
4#2C489B
5#243C81
6#1D3067
7#16244E
8#0F1834
9#070C1A
Tints
Lighter variations
1#8298DC
2#90A4E0
3#9EAFE4
4#ABBAE7
5#B9C6EB
6#C7D1EF
7#D5DDF3
8#E3E8F7
9#F1F4FB
Tones
Muted variations
1#798FD3
2#7E92CE
3#8394C9
4#8897C4
5#8D99BF
6#929CBA
7#979EB5
8#9CA1B0
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 | CBD5 #CBD5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B4 #A4B4E5 | BordersInactive statesPlaceholder text |
| 400 | 748D #748DD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C6C #4C6CCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3151 #3151AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2740 #27408B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2E #1C2E63 | 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: #CBD5F0;
--steel-blue-300: #A4B4E5;
--steel-blue-400: #748DD8;
--steel-blue-500: #4C6CCD;
--steel-blue-600: #3151AF;
--steel-blue-700: #27408B;
--steel-blue-800: #1C2E63;
--steel-blue-900: #121D40;
--steel-blue-950: #0B1228;
}