Steel Blue
#7B90D1
BlueColor Codes
All color formats for development
HEX
#7B90D1RGB
rgb(123, 144, 209)HSL
hsl(225, 48%, 65%)OKLCH
oklch(0.663 0.1 269.9)CMYK
cmyk(41%, 31%, 0%, 18%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#627CC8
2#4A67BF
3#3C58AC
4#344C93
5#2B3F7B
6#223262
7#1A264A
8#111931
9#090D19
Tints
Lighter variations
1#889BD5
2#95A6DA
3#A3B2DF
4#B0BDE3
5#BDC8E8
6#CAD3EC
7#D7DEF1
8#E5E9F6
9#F2F4FA
Tones
Muted variations
1#7F92CC
2#8395C8
3#8897C4
4#8C99BF
5#909BBB
6#959DB7
7#999FB3
8#9DA1AE
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED6 #CED6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B6 #A8B6E1 | BordersInactive statesPlaceholder text |
| 400 | 7B90 #7B90D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5571 #5571C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A55 #3A55A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E44 #2E4484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2130 #21305E | Text on light backgroundsHeadingsStrong borders |
| 900 | 151F #151F3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D13 #0D1326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F6FB;
--steel-blue-100: #E5E9F6;
--steel-blue-200: #CED6EE;
--steel-blue-300: #A8B6E1;
--steel-blue-400: #7B90D1;
--steel-blue-500: #5571C3;
--steel-blue-600: #3A55A6;
--steel-blue-700: #2E4484;
--steel-blue-800: #21305E;
--steel-blue-900: #151F3C;
--steel-blue-950: #0D1326;
}