Steel Blue
#7787D4
BlueColor Codes
All color formats for development
HEX
#7787D4RGB
rgb(119, 135, 212)HSL
hsl(230, 52%, 65%)OKLCH
oklch(0.643 0.117 273.8)CMYK
cmyk(44%, 36%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E70CC
2#455AC4
3#384CB0
4#304197
5#28367E
6#202B65
7#18204C
8#101632
9#080B19
Tints
Lighter variations
1#8593D8
2#929FDD
3#A0ABE1
4#AEB7E5
5#BBC3EA
6#C9CFEE
7#D6DBF2
8#E4E7F6
9#F1F3FB
Tones
Muted variations
1#7C8AD0
2#818DCB
3#8590C6
4#8A93C2
5#8F96BD
6#9399B8
7#989CB4
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 | CDD2 #CDD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B0 #A6B0E3 | BordersInactive statesPlaceholder text |
| 400 | 7787 #7787D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5164 #5164C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3649 #3649AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B3A #2B3A88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2A #1F2A61 | 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: #CDD2EF;
--steel-blue-300: #A6B0E3;
--steel-blue-400: #7787D4;
--steel-blue-500: #5164C8;
--steel-blue-600: #3649AB;
--steel-blue-700: #2B3A88;
--steel-blue-800: #1F2A61;
--steel-blue-900: #141B3E;
--steel-blue-950: #0C1127;
}