Steel Blue
#748ED8
BlueColor Codes
All color formats for development
HEX
#748ED8RGB
rgb(116, 142, 216)HSL
hsl(224, 56%, 65%)OKLCH
oklch(0.658 0.115 268.4)CMYK
cmyk(46%, 34%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A7AD0
2#4065C9
3#3356B5
4#2C499B
5#243D81
6#1D3167
7#16254E
8#0F1834
9#070C1A
Tints
Lighter variations
1#829ADC
2#90A5E0
3#9EB0E4
4#ABBBE7
5#B9C7EB
6#C7D2EF
7#D5DDF3
8#E3E8F7
9#F1F4FB
Tones
Muted variations
1#7991D3
2#7E93CE
3#8395C9
4#8898C4
5#8D9ABF
6#929CBA
7#979FB5
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 | A4B5 #A4B5E5 | BordersInactive statesPlaceholder text |
| 400 | 748E #748ED8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C6E #4C6ECD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3153 #3153AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2742 #27428B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2F #1C2F63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121E #121E40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B13 #0B1328 | 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: #A4B5E5;
--steel-blue-400: #748ED8;
--steel-blue-500: #4C6ECD;
--steel-blue-600: #3153AF;
--steel-blue-700: #27428B;
--steel-blue-800: #1C2F63;
--steel-blue-900: #121E40;
--steel-blue-950: #0B1328;
}