Steel Blue
#758DD7
BlueColor Codes
All color formats for development
HEX
#758DD7RGB
rgb(117, 141, 215)HSL
hsl(225, 55%, 65%)OKLCH
oklch(0.656 0.114 269.4)CMYK
cmyk(46%, 34%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B78CF
2#4163C8
3#3454B4
4#2D489A
5#253C80
6#1E3067
7#16244D
8#0F1833
9#070C1A
Tints
Lighter variations
1#8299DB
2#90A4DF
3#9EAFE3
4#ACBBE7
5#BAC6EB
6#C8D1EF
7#D5DDF3
8#E3E8F7
9#F1F4FB
Tones
Muted variations
1#7A90D2
2#7E92CD
3#8395C8
4#8897C3
5#8D99BE
6#929CB9
7#979EB4
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 | CCD5 #CCD5F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B4 #A4B4E5 | BordersInactive statesPlaceholder text |
| 400 | 758D #758DD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D6D #4D6DCB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3251 #3251AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2841 #28418A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2E #1D2E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121E #121E3F | 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: #CCD5F0;
--steel-blue-300: #A4B4E5;
--steel-blue-400: #758DD7;
--steel-blue-500: #4D6DCB;
--steel-blue-600: #3251AE;
--steel-blue-700: #28418A;
--steel-blue-800: #1D2E63;
--steel-blue-900: #121E3F;
--steel-blue-950: #0B1228;
}