Steel Blue
#3776A9
BlueColor Codes
All color formats for development
HEX
#3776A9RGB
rgb(55, 118, 169)HSL
hsl(207, 51%, 44%)OKLCH
oklch(0.548 0.103 245.7)CMYK
cmyk(67%, 30%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#316A98
2#2C5E88
3#265377
4#214766
5#1B3B55
6#162F44
7#102333
8#0B1822
9#050C11
Tints
Lighter variations
1#3E85BF
2#5293C7
3#68A0CE
4#7EAED5
5#93BBDC
6#A9C9E3
7#BED6EA
8#D4E4F1
9#E9F1F8
Tones
Muted variations
1#3D75A4
2#42759E
3#487498
4#4E7493
5#54738D
6#597287
7#5F7281
8#65717C
9#6A7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6C7 #A6C7E2 | BordersInactive statesPlaceholder text |
| 400 | 78AA #78AAD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5292 #5292C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3776 #3776A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C5E #2C5E87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F43 #1F4360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F8FB;
--steel-blue-100: #E4EEF6;
--steel-blue-200: #CDE0EF;
--steel-blue-300: #A6C7E2;
--steel-blue-400: #78AAD3;
--steel-blue-500: #5292C7;
--steel-blue-600: #3776A9;
--steel-blue-700: #2C5E87;
--steel-blue-800: #1F4360;
--steel-blue-900: #142B3E;
--steel-blue-950: #0C1B27;
}