Steel Blue
#7590D7
BlueColor Codes
All color formats for development
HEX
#7590D7RGB
rgb(117, 144, 215)HSL
hsl(223, 55%, 65%)OKLCH
oklch(0.662 0.111 267.5)CMYK
cmyk(46%, 33%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5B7CCF
2#4167C8
3#3458B4
4#2D4C9A
5#253F80
6#1E3267
7#16264D
8#0F1933
9#070D1A
Tints
Lighter variations
1#829CDB
2#90A7DF
3#9EB2E3
4#ACBDE7
5#BAC8EB
6#C8D3EF
7#D5DEF3
8#E3E9F7
9#F1F4FB
Tones
Muted variations
1#7A93D2
2#7E95CD
3#8397C8
4#8899C3
5#8D9BBE
6#929DB9
7#979FB4
8#9CA1B0
9#A1A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD6 #CCD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B6 #A4B6E5 | BordersInactive statesPlaceholder text |
| 400 | 7590 #7590D7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D71 #4D71CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3255 #3255AE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2844 #28448A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D31 #1D3163 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121F #121F3F | 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: #F3F6FC;
--steel-blue-100: #E3E9F7;
--steel-blue-200: #CCD6F0;
--steel-blue-300: #A4B6E5;
--steel-blue-400: #7590D7;
--steel-blue-500: #4D71CB;
--steel-blue-600: #3255AE;
--steel-blue-700: #28448A;
--steel-blue-800: #1D3163;
--steel-blue-900: #121F3F;
--steel-blue-950: #0B1328;
}