Steel Blue
#7681D5
BlueColor Codes
All color formats for development
HEX
#7681D5RGB
rgb(118, 129, 213)HSL
hsl(233, 53%, 65%)OKLCH
oklch(0.631 0.126 276.5)CMYK
cmyk(45%, 39%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D6ACD
2#4453C5
3#3745B2
4#2F3B98
5#27317F
6#1F2765
7#171E4C
8#101433
9#080A19
Tints
Lighter variations
1#848ED9
2#929BDD
3#9FA7E2
4#ADB4E6
5#BBC0EA
6#C8CDEE
7#D6D9F2
8#E4E6F7
9#F1F2FB
Tones
Muted variations
1#7B85D0
2#8089CC
3#858CC7
4#8990C2
5#8E94BD
6#9397B9
7#989BB4
8#9C9EAF
9#A1A2AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD0 #CCD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AD #A5ADE3 | BordersInactive statesPlaceholder text |
| 400 | 7681 #7681D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F5E #4F5EC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3543 #3543AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A35 #2A3589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E26 #1E2662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1318 #13183E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F4FB;
--steel-blue-100: #E4E6F7;
--steel-blue-200: #CCD0EF;
--steel-blue-300: #A5ADE3;
--steel-blue-400: #7681D5;
--steel-blue-500: #4F5EC9;
--steel-blue-600: #3543AC;
--steel-blue-700: #2A3589;
--steel-blue-800: #1E2662;
--steel-blue-900: #13183E;
--steel-blue-950: #0C0F27;
}