Steel Blue
#7895D3
BlueColor Codes
All color formats for development
HEX
#7895D3RGB
rgb(120, 149, 211)HSL
hsl(221, 51%, 65%)OKLCH
oklch(0.673 0.098 264.7)CMYK
cmyk(43%, 29%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F81CB
2#466EC3
3#395EAF
4#315196
5#29437D
6#203664
7#18284B
8#101B32
9#080D19
Tints
Lighter variations
1#86A0D8
2#93AADC
3#A1B5E0
4#AEBFE5
5#BCCAE9
6#C9D5EE
7#D7DFF2
8#E4EAF6
9#F2F4FB
Tones
Muted variations
1#7D97CF
2#8198CA
3#869AC6
4#8A9CC1
5#8F9DBD
6#949FB8
7#98A1B3
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 | CDD8 #CDD8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B9 #A6B9E2 | BordersInactive statesPlaceholder text |
| 400 | 7895 #7895D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5277 #5277C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 375B #375BA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C49 #2C4987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F34 #1F3460 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1421 #14213E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | 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: #CDD8EF;
--steel-blue-300: #A6B9E2;
--steel-blue-400: #7895D3;
--steel-blue-500: #5277C7;
--steel-blue-600: #375BA9;
--steel-blue-700: #2C4987;
--steel-blue-800: #1F3460;
--steel-blue-900: #14213E;
--steel-blue-950: #0C1527;
}