Steel Blue
#3876A8
BlueColor Codes
All color formats for development
HEX
#3876A8RGB
rgb(56, 118, 168)HSL
hsl(207, 50%, 44%)OKLCH
oklch(0.548 0.101 245.5)CMYK
cmyk(67%, 30%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#326A97
2#2D5E87
3#275276
4#224765
5#1C3B54
6#162F43
7#112332
8#0B1822
9#060C11
Tints
Lighter variations
1#3F85BE
2#5492C6
3#69A0CD
4#7EAED4
5#94BBDB
6#A9C9E2
7#BFD6EA
8#D4E4F1
9#EAF1F8
Tones
Muted variations
1#3E75A3
2#43759D
3#497497
4#4F7492
5#54738C
6#5A7287
7#5F7281
8#65717B
9#6B7176
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE0 #CDE0EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A7C7 #A7C7E2 | BordersInactive statesPlaceholder text |
| 400 | 79AA #79AAD2 | Disabled statesSecondary iconsMuted text |
| 500 | 5392 #5392C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3876 #3876A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D5E #2D5E86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2043 #204360 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142B #142B3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D1B #0D1B26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F8FB;
--steel-blue-100: #E4EEF6;
--steel-blue-200: #CDE0EE;
--steel-blue-300: #A7C7E2;
--steel-blue-400: #79AAD2;
--steel-blue-500: #5392C6;
--steel-blue-600: #3876A8;
--steel-blue-700: #2D5E86;
--steel-blue-800: #204360;
--steel-blue-900: #142B3D;
--steel-blue-950: #0D1B26;
}