Steel Blue
#7781D4
BlueColor Codes
All color formats for development
HEX
#7781D4RGB
rgb(119, 129, 212)HSL
hsl(234, 52%, 65%)OKLCH
oklch(0.631 0.125 277)CMYK
cmyk(44%, 39%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E69CC
2#4552C4
3#3844B0
4#303A97
5#28307E
6#202765
7#181D4C
8#101332
9#080A19
Tints
Lighter variations
1#858DD8
2#929ADD
3#A0A7E1
4#AEB3E5
5#BBC0EA
6#C9CCEE
7#D6D9F2
8#E4E6F6
9#F1F2FB
Tones
Muted variations
1#7C84D0
2#8188CB
3#858CC6
4#8A8FC2
5#8F93BD
6#9397B8
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 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD0 #CDD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AC #A6ACE3 | BordersInactive statesPlaceholder text |
| 400 | 7781 #7781D4 | Disabled statesSecondary iconsMuted text |
| 500 | 515D #515DC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3642 #3642AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B34 #2B3488 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F25 #1F2561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1418 #14183E | 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: #E4E6F6;
--steel-blue-200: #CDD0EF;
--steel-blue-300: #A6ACE3;
--steel-blue-400: #7781D4;
--steel-blue-500: #515DC8;
--steel-blue-600: #3642AB;
--steel-blue-700: #2B3488;
--steel-blue-800: #1F2561;
--steel-blue-900: #14183E;
--steel-blue-950: #0C0F27;
}