Steel Blue
#7693D5
BlueColor Codes
All color formats for development
HEX
#7693D5RGB
rgb(118, 147, 213)HSL
hsl(222, 53%, 65%)OKLCH
oklch(0.668 0.104 265.6)CMYK
cmyk(45%, 31%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D7FCD
2#446BC5
3#375BB2
4#2F4E98
5#27417F
6#1F3465
7#17274C
8#101A33
9#080D19
Tints
Lighter variations
1#849ED9
2#92A8DD
3#9FB3E2
4#ADBEE6
5#BBC9EA
6#C8D4EE
7#D6DFF2
8#E4E9F7
9#F1F4FB
Tones
Muted variations
1#7B95D0
2#8097CC
3#8599C7
4#899AC2
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 | CCD7 #CCD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B8 #A5B8E3 | BordersInactive statesPlaceholder text |
| 400 | 7693 #7693D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F74 #4F74C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3558 #3558AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A46 #2A4689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E32 #1E3262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1320 #13203E | 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: #CCD7EF;
--steel-blue-300: #A5B8E3;
--steel-blue-400: #7693D5;
--steel-blue-500: #4F74C9;
--steel-blue-600: #3558AC;
--steel-blue-700: #2A4689;
--steel-blue-800: #1E3262;
--steel-blue-900: #13203E;
--steel-blue-950: #0C1427;
}