Steel Blue
#7782D4
BlueColor Codes
All color formats for development
HEX
#7782D4RGB
rgb(119, 130, 212)HSL
hsl(233, 52%, 65%)OKLCH
oklch(0.633 0.123 276.5)CMYK
cmyk(44%, 39%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E6BCC
2#4554C4
3#3846B0
4#303C97
5#28327E
6#202865
7#181E4C
8#101432
9#080A19
Tints
Lighter variations
1#858FD8
2#929BDD
3#A0A8E1
4#AEB4E5
5#BBC1EA
6#C9CDEE
7#D6DAF2
8#E4E6F6
9#F1F3FB
Tones
Muted variations
1#7C86D0
2#8189CB
3#858DC6
4#8A90C2
5#8F94BD
6#9398B8
7#989BB4
8#9C9FAF
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 | CDD1 #CDD1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AD #A6ADE3 | BordersInactive statesPlaceholder text |
| 400 | 7782 #7782D4 | Disabled statesSecondary iconsMuted text |
| 500 | 515F #515FC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3643 #3643AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B36 #2B3688 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F26 #1F2661 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1419 #14193E | 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: #CDD1EF;
--steel-blue-300: #A6ADE3;
--steel-blue-400: #7782D4;
--steel-blue-500: #515FC8;
--steel-blue-600: #3643AB;
--steel-blue-700: #2B3688;
--steel-blue-800: #1F2661;
--steel-blue-900: #14193E;
--steel-blue-950: #0C0F27;
}