Steel Blue
#376EA9
BlueColor Codes
All color formats for development
HEX
#376EA9RGB
rgb(55, 110, 169)HSL
hsl(211, 51%, 44%)OKLCH
oklch(0.529 0.11 252.1)CMYK
cmyk(67%, 35%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#316398
2#2C5888
3#264D77
4#214266
5#1B3755
6#162C44
7#102133
8#0B1622
9#050B11
Tints
Lighter variations
1#3E7CBF
2#528BC7
3#6899CE
4#7EA8D5
5#93B6DC
6#A9C5E3
7#BED3EA
8#D4E2F1
9#E9F0F8
Tones
Muted variations
1#3D6EA4
2#426F9E
3#486F98
4#4E6F93
5#546F8D
6#596F87
7#5F7081
8#65707C
9#6A7076
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDD #CDDDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C3 #A6C3E2 | BordersInactive statesPlaceholder text |
| 400 | 78A4 #78A4D3 | Disabled statesSecondary iconsMuted text |
| 500 | 528A #528AC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 376E #376EA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C58 #2C5887 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3F #1F3F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1428 #14283E | Primary textHigh emphasis contentDark headings |
| 950 | 0C19 #0C1927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4EDF6;
--steel-blue-200: #CDDDEF;
--steel-blue-300: #A6C3E2;
--steel-blue-400: #78A4D3;
--steel-blue-500: #528AC7;
--steel-blue-600: #376EA9;
--steel-blue-700: #2C5887;
--steel-blue-800: #1F3F60;
--steel-blue-900: #14283E;
--steel-blue-950: #0C1927;
}