Steel Blue
#7387D9
BlueColor Codes
All color formats for development
HEX
#7387D9RGB
rgb(115, 135, 217)HSL
hsl(228, 57%, 65%)OKLCH
oklch(0.643 0.125 272.1)CMYK
cmyk(47%, 38%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5971D1
2#3F5BCA
3#324CB6
4#2B419C
5#243782
6#1D2C68
7#15214E
8#0E1634
9#070B1A
Tints
Lighter variations
1#8193DC
2#8F9FE0
3#9DABE4
4#ABB7E8
5#B9C3EC
6#C7CFF0
7#D5DBF3
8#E3E7F7
9#F1F3FB
Tones
Muted variations
1#788AD4
2#7D8DCE
3#8290C9
4#8793C4
5#8C96BF
6#919ABA
7#969DB5
8#9CA0B0
9#A1A3AB
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD3 #CBD3F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A3B0 #A3B0E6 | BordersInactive statesPlaceholder text |
| 400 | 7387 #7387D9 | Disabled statesSecondary iconsMuted text |
| 500 | 4B65 #4B65CE | Primary brand colorCTAsActive elementsLinks |
| 600 | 304A #304AB0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 263B #263B8C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B2A #1B2A64 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121B #121B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B11 #0B1128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FC;
--steel-blue-100: #E3E7F7;
--steel-blue-200: #CBD3F1;
--steel-blue-300: #A3B0E6;
--steel-blue-400: #7387D9;
--steel-blue-500: #4B65CE;
--steel-blue-600: #304AB0;
--steel-blue-700: #263B8C;
--steel-blue-800: #1B2A64;
--steel-blue-900: #121B40;
--steel-blue-950: #0B1128;
}