Steel Blue
#7490D8
BlueColor Codes
All color formats for development
HEX
#7490D8RGB
rgb(116, 144, 216)HSL
hsl(223, 56%, 65%)OKLCH
oklch(0.662 0.112 267.2)CMYK
cmyk(46%, 33%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5A7BD0
2#4067C9
3#3358B5
4#2C4B9B
5#243F81
6#1D3267
7#16264E
8#0F1934
9#070D1A
Tints
Lighter variations
1#829BDC
2#90A6E0
3#9EB1E4
4#ABBCE7
5#B9C8EB
6#C7D3EF
7#D5DEF3
8#E3E9F7
9#F1F4FB
Tones
Muted variations
1#7992D3
2#7E94CE
3#8397C9
4#8899C4
5#8D9BBF
6#929DBA
7#979FB5
8#9CA1B0
9#A1A4AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E9 #E3E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD6 #CBD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B6 #A4B6E5 | BordersInactive statesPlaceholder text |
| 400 | 7490 #7490D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C70 #4C70CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3155 #3155AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2744 #27448B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C30 #1C3063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121F #121F40 | 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: #E3E9F7;
--steel-blue-200: #CBD6F0;
--steel-blue-300: #A4B6E5;
--steel-blue-400: #7490D8;
--steel-blue-500: #4C70CD;
--steel-blue-600: #3155AF;
--steel-blue-700: #27448B;
--steel-blue-800: #1C3063;
--steel-blue-900: #121F40;
--steel-blue-950: #0B1328;
}