Steel Blue
#3767A9
BlueColor Codes
All color formats for development
HEX
#3767A9RGB
rgb(55, 103, 169)HSL
hsl(215, 51%, 44%)OKLCH
oklch(0.513 0.118 256.9)CMYK
cmyk(67%, 39%, 0%, 34%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#315C98
2#2C5288
3#264877
4#213E66
5#1B3355
6#162944
7#101F33
8#0B1522
9#050A11
Tints
Lighter variations
1#3E74BF
2#5283C7
3#6893CE
4#7EA2D5
5#93B2DC
6#A9C1E3
7#BED1EA
8#D4E0F1
9#E9F0F8
Tones
Muted variations
1#3D68A4
2#42699E
3#486A98
4#4E6A93
5#546B8D
6#596C87
7#5F6D81
8#656E7C
9#6A6F76
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BF #A6BFE2 | BordersInactive statesPlaceholder text |
| 400 | 789E #789ED3 | Disabled statesSecondary iconsMuted text |
| 500 | 5282 #5282C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3767 #3767A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C52 #2C5287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3A #1F3A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253E | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F3F7FB;
--steel-blue-100: #E4ECF6;
--steel-blue-200: #CDDBEF;
--steel-blue-300: #A6BFE2;
--steel-blue-400: #789ED3;
--steel-blue-500: #5282C7;
--steel-blue-600: #3767A9;
--steel-blue-700: #2C5287;
--steel-blue-800: #1F3A60;
--steel-blue-900: #14253E;
--steel-blue-950: #0C1727;
}