Steel Blue
#7694D5
BlueColor Codes
All color formats for development
HEX
#7694D5RGB
rgb(118, 148, 213)HSL
hsl(221, 53%, 65%)OKLCH
oklch(0.67 0.103 264.8)CMYK
cmyk(45%, 31%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5D81CD
2#446DC5
3#375DB2
4#2F5098
5#27437F
6#1F3565
7#17284C
8#101B33
9#080D19
Tints
Lighter variations
1#849FD9
2#92AADD
3#9FB4E2
4#ADBFE6
5#BBCAEA
6#C8D4EE
7#D6DFF2
8#E4EAF7
9#F1F4FB
Tones
Muted variations
1#7B96D0
2#8098CC
3#859AC7
4#899BC2
5#8E9DBD
6#939FB9
7#98A1B4
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 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B9 #A5B9E3 | BordersInactive statesPlaceholder text |
| 400 | 7694 #7694D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F76 #4F76C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 355A #355AAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A48 #2A4889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E33 #1E3362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1321 #13213E | Primary textHigh emphasis contentDark headings |
| 950 | 0C15 #0C1527 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F6FB;
--steel-blue-100: #E4EAF7;
--steel-blue-200: #CCD7EF;
--steel-blue-300: #A5B9E3;
--steel-blue-400: #7694D5;
--steel-blue-500: #4F76C9;
--steel-blue-600: #355AAC;
--steel-blue-700: #2A4889;
--steel-blue-800: #1E3362;
--steel-blue-900: #13213E;
--steel-blue-950: #0C1527;
}