Steel Blue
#7690D5
BlueColor Codes
All color formats for development
HEX
#7690D5RGB
rgb(118, 144, 213)HSL
hsl(224, 53%, 65%)OKLCH
oklch(0.662 0.107 267.7)CMYK
cmyk(45%, 32%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D7BCD
2#4466C5
3#3757B2
4#2F4B98
5#273E7F
6#1F3265
7#17254C
8#101933
9#080C19
Tints
Lighter variations
1#849BD9
2#92A6DD
3#9FB1E2
4#ADBCE6
5#BBC7EA
6#C8D2EE
7#D6DEF2
8#E4E9F7
9#F1F4FB
Tones
Muted variations
1#7B92D0
2#8094CC
3#8596C7
4#8999C2
5#8E9BBD
6#939DB9
7#989FB4
8#9CA1AF
9#A1A4AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD6 #CCD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B6 #A5B6E3 | BordersInactive statesPlaceholder text |
| 400 | 7690 #7690D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F70 #4F70C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3554 #3554AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A43 #2A4389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E30 #1E3062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 131F #131F3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FB;
--steel-blue-100: #E4E9F7;
--steel-blue-200: #CCD6EF;
--steel-blue-300: #A5B6E3;
--steel-blue-400: #7690D5;
--steel-blue-500: #4F70C9;
--steel-blue-600: #3554AC;
--steel-blue-700: #2A4389;
--steel-blue-800: #1E3062;
--steel-blue-900: #131F3E;
--steel-blue-950: #0C1327;
}