Steel Blue
#3E84A3
BlueColor Codes
All color formats for development
HEX
#3E84A3RGB
rgb(62, 132, 163)HSL
hsl(198, 45%, 44%)OKLCH
oklch(0.581 0.085 229.6)CMYK
cmyk(62%, 19%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#387792
2#316A82
3#2B5D72
4#254F62
5#1F4251
6#193541
7#132831
8#0C1A21
9#060D10
Tints
Lighter variations
1#4695B7
2#59A1C0
3#6EADC8
4#83B9D0
5#97C4D8
6#ACD0E0
7#C1DCE7
8#D6E8EF
9#EAF3F7
Tones
Muted variations
1#43829E
2#488099
3#4D7E94
4#527C8E
5#577A89
6#5C7884
7#61767F
8#66747A
9#6B7275
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F0 #E5F0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AACF #AACFDF | BordersInactive statesPlaceholder text |
| 400 | 7EB6 #7EB6CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A1 #59A1C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E84 #3E84A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3169 #316981 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234B #234B5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1630 #16303B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1E #0E1E25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F0F5;
--steel-blue-200: #CFE4ED;
--steel-blue-300: #AACFDF;
--steel-blue-400: #7EB6CE;
--steel-blue-500: #59A1C0;
--steel-blue-600: #3E84A3;
--steel-blue-700: #316981;
--steel-blue-800: #234B5C;
--steel-blue-900: #16303B;
--steel-blue-950: #0E1E25;
}