Steel Blue
#788DD3
BlueColor Codes
All color formats for development
HEX
#788DD3RGB
rgb(120, 141, 211)HSL
hsl(226, 51%, 65%)OKLCH
oklch(0.656 0.108 270.5)CMYK
cmyk(43%, 33%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F78CB
2#4663C3
3#3954AF
4#314896
5#293C7D
6#203064
7#18244B
8#101832
9#080C19
Tints
Lighter variations
1#8699D8
2#93A4DC
3#A1B0E0
4#AEBBE5
5#BCC6E9
6#C9D2EE
7#D7DDF2
8#E4E8F6
9#F2F4FB
Tones
Muted variations
1#7D90CF
2#8192CA
3#8695C6
4#8A97C1
5#8F9ABD
6#949CB8
7#989EB3
8#9DA1AF
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 #A6B4E2 | BordersInactive statesPlaceholder text |
| 400 | 788D #788DD3 | Disabled statesSecondary iconsMuted text |
| 500 | 526D #526DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3752 #3752A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C41 #2C4187 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2E #1F2E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141E #141E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | 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: #A6B4E2;
--steel-blue-400: #788DD3;
--steel-blue-500: #526DC7;
--steel-blue-600: #3752A9;
--steel-blue-700: #2C4187;
--steel-blue-800: #1F2E60;
--steel-blue-900: #141E3E;
--steel-blue-950: #0C1327;
}