Steel Blue
#788CD3
BlueColor Codes
All color formats for development
HEX
#788CD3RGB
rgb(120, 140, 211)HSL
hsl(227, 51%, 65%)OKLCH
oklch(0.654 0.109 271.2)CMYK
cmyk(43%, 34%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#5F77CB
2#4661C3
3#3952AF
4#314796
5#293B7D
6#202F64
7#18234B
8#101832
9#080C19
Tints
Lighter variations
1#8697D8
2#93A3DC
3#A1AEE0
4#AEBAE5
5#BCC5E9
6#C9D1EE
7#D7DCF2
8#E4E8F6
9#F2F3FB
Tones
Muted variations
1#7D8FCF
2#8191CA
3#8694C6
4#8A96C1
5#8F99BD
6#949BB8
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 | CDD4 #CDD4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B3 #A6B3E2 | BordersInactive statesPlaceholder text |
| 400 | 788C #788CD3 | Disabled statesSecondary iconsMuted text |
| 500 | 526B #526BC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3750 #3750A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3F #2C3F87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2D #1F2D60 | 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: #CDD4EF;
--steel-blue-300: #A6B3E2;
--steel-blue-400: #788CD3;
--steel-blue-500: #526BC7;
--steel-blue-600: #3750A9;
--steel-blue-700: #2C3F87;
--steel-blue-800: #1F2D60;
--steel-blue-900: #141D3E;
--steel-blue-950: #0C1227;
}