Steel Blue
#7691D6
BlueColor Codes
All color formats for development
HEX
#7691D6RGB
rgb(118, 145, 214)HSL
hsl(223, 54%, 65%)OKLCH
oklch(0.664 0.108 267.2)CMYK
cmyk(45%, 32%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5C7CCE
2#4368C7
3#3559B3
4#2E4C99
5#263F80
6#1E3366
7#17264D
8#0F1933
9#080D1A
Tints
Lighter variations
1#839CDA
2#91A7DE
3#9FB2E2
4#ADBDE6
5#BAC8EA
6#C8D3EF
7#D6DEF3
8#E4E9F7
9#F1F4FB
Tones
Muted variations
1#7A93D1
2#7F95CC
3#8497C7
4#8999C3
5#8E9BBE
6#929DB9
7#979FB4
8#9CA2AF
9#A1A4AB
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 #CCD6F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B7 #A5B7E4 | BordersInactive statesPlaceholder text |
| 400 | 7691 #7691D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E71 #4E71CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3456 #3456AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2944 #294489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D31 #1D3162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3F | 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: #CCD6F0;
--steel-blue-300: #A5B7E4;
--steel-blue-400: #7691D6;
--steel-blue-500: #4E71CA;
--steel-blue-600: #3456AD;
--steel-blue-700: #294489;
--steel-blue-800: #1D3162;
--steel-blue-900: #131F3F;
--steel-blue-950: #0C1427;
}