Steel Blue
#7788D4
BlueColor Codes
All color formats for development
HEX
#7788D4RGB
rgb(119, 136, 212)HSL
hsl(229, 52%, 65%)OKLCH
oklch(0.645 0.116 273.2)CMYK
cmyk(44%, 36%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E72CC
2#455CC4
3#384EB0
4#304397
5#28387E
6#202C65
7#18214C
8#101632
9#080B19
Tints
Lighter variations
1#8594D8
2#92A0DD
3#A0ACE1
4#AEB8E5
5#BBC4EA
6#C9D0EE
7#D6DBF2
8#E4E7F6
9#F1F3FB
Tones
Muted variations
1#7C8BD0
2#818ECB
3#8591C6
4#8A94C2
5#8F97BD
6#939AB8
7#989DB4
8#9CA0AF
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD3 #CDD3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B1 #A6B1E3 | BordersInactive statesPlaceholder text |
| 400 | 7788 #7788D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5166 #5166C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 364B #364BAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B3C #2B3C88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2B #1F2B61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141B #141B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FB;
--steel-blue-100: #E4E7F6;
--steel-blue-200: #CDD3EF;
--steel-blue-300: #A6B1E3;
--steel-blue-400: #7788D4;
--steel-blue-500: #5166C8;
--steel-blue-600: #364BAB;
--steel-blue-700: #2B3C88;
--steel-blue-800: #1F2B61;
--steel-blue-900: #141B3E;
--steel-blue-950: #0C1127;
}