Steel Blue
#778DD4
BlueColor Codes
All color formats for development
HEX
#778DD4RGB
rgb(119, 141, 212)HSL
hsl(226, 52%, 65%)OKLCH
oklch(0.656 0.109 270.1)CMYK
cmyk(44%, 33%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5E78CC
2#4563C4
3#3854B0
4#304897
5#283C7E
6#203065
7#18244C
8#101832
9#080C19
Tints
Lighter variations
1#8598D8
2#92A4DD
3#A0AFE1
4#AEBBE5
5#BBC6EA
6#C9D1EE
7#D6DDF2
8#E4E8F6
9#F1F4FB
Tones
Muted variations
1#7C8FD0
2#8192CB
3#8594C6
4#8A97C2
5#8F99BD
6#939CB8
7#989EB4
8#9CA1AF
9#A1A3AA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD5 #CDD5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B4 #A6B4E3 | BordersInactive statesPlaceholder text |
| 400 | 778D #778DD4 | Disabled statesSecondary iconsMuted text |
| 500 | 516C #516CC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3651 #3651AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B40 #2B4088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2E #1F2E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141D #141D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C12 #0C1227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F5FB;
--steel-blue-100: #E4E8F6;
--steel-blue-200: #CDD5EF;
--steel-blue-300: #A6B4E3;
--steel-blue-400: #778DD4;
--steel-blue-500: #516CC8;
--steel-blue-600: #3651AB;
--steel-blue-700: #2B4088;
--steel-blue-800: #1F2E61;
--steel-blue-900: #141D3E;
--steel-blue-950: #0C1227;
}