Steel Blue
#7894D3
BlueColor Codes
All color formats for development
HEX
#7894D3RGB
rgb(120, 148, 211)HSL
hsl(222, 51%, 65%)OKLCH
oklch(0.671 0.099 265.5)CMYK
cmyk(43%, 30%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F80CB
2#466CC3
3#395CAF
4#314F96
5#29427D
6#203564
7#18284B
8#101A32
9#080D19
Tints
Lighter variations
1#869ED8
2#93A9DC
3#A1B4E0
4#AEBFE5
5#BCC9E9
6#C9D4EE
7#D7DFF2
8#E4EAF6
9#F2F4FB
Tones
Muted variations
1#7D95CF
2#8197CA
3#8699C6
4#8A9BC1
5#8F9DBD
6#949EB8
7#98A0B3
8#9DA2AF
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD7 #CDD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B8 #A6B8E2 | BordersInactive statesPlaceholder text |
| 400 | 7894 #7894D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5275 #5275C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3759 #3759A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C47 #2C4787 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F33 #1F3360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1420 #14203E | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EAF6;
--steel-blue-200: #CDD7EF;
--steel-blue-300: #A6B8E2;
--steel-blue-400: #7894D3;
--steel-blue-500: #5275C7;
--steel-blue-600: #3759A9;
--steel-blue-700: #2C4787;
--steel-blue-800: #1F3360;
--steel-blue-900: #14203E;
--steel-blue-950: #0C1427;
}