Steel Blue
#7691D5
BlueColor Codes
All color formats for development
HEX
#7691D5RGB
rgb(118, 145, 213)HSL
hsl(223, 53%, 65%)OKLCH
oklch(0.664 0.106 267)CMYK
cmyk(45%, 32%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D7DCD
2#4468C5
3#3759B2
4#2F4D98
5#27407F
6#1F3365
7#17264C
8#101A33
9#080D19
Tints
Lighter variations
1#849CD9
2#92A7DD
3#9FB2E2
4#ADBDE6
5#BBC8EA
6#C8D3EE
7#D6DEF2
8#E4E9F7
9#F1F4FB
Tones
Muted variations
1#7B93D0
2#8095CC
3#8597C7
4#8999C2
5#8E9CBD
6#939EB9
7#98A0B4
8#9CA2AF
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD6 #CCD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B7 #A5B7E3 | BordersInactive statesPlaceholder text |
| 400 | 7691 #7691D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F72 #4F72C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3556 #3556AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A45 #2A4589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E31 #1E3162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3E | 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: #E4E9F7;
--steel-blue-200: #CCD6EF;
--steel-blue-300: #A5B7E3;
--steel-blue-400: #7691D5;
--steel-blue-500: #4F72C9;
--steel-blue-600: #3556AC;
--steel-blue-700: #2A4589;
--steel-blue-800: #1E3162;
--steel-blue-900: #131F3E;
--steel-blue-950: #0C1427;
}