Steel Blue
#3E89A3
BlueColor Codes
All color formats for development
HEX
#3E89A3RGB
rgb(62, 137, 163)HSL
hsl(195, 45%, 44%)OKLCH
oklch(0.593 0.084 223.7)CMYK
cmyk(62%, 16%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#387C92
2#316E82
3#2B6072
4#255262
5#1F4551
6#193741
7#132931
8#0C1B21
9#060E10
Tints
Lighter variations
1#469BB7
2#59A6C0
3#6EB2C8
4#83BDD0
5#97C8D8
6#ACD3E0
7#C1DEE7
8#D6E9EF
9#EAF4F7
Tones
Muted variations
1#43879E
2#488499
3#4D8294
4#527F8E
5#577D89
6#5C7A84
7#61787F
8#66757A
9#6B7375
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE5 #CFE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD2 #AAD2DF | BordersInactive statesPlaceholder text |
| 400 | 7EBA #7EBACE | Disabled statesSecondary iconsMuted text |
| 500 | 59A6 #59A6C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E89 #3E89A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316D #316D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234E #234E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1632 #16323B | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--steel-blue-50: #F4F9FB;
--steel-blue-100: #E5F1F5;
--steel-blue-200: #CFE5ED;
--steel-blue-300: #AAD2DF;
--steel-blue-400: #7EBACE;
--steel-blue-500: #59A6C0;
--steel-blue-600: #3E89A3;
--steel-blue-700: #316D81;
--steel-blue-800: #234E5C;
--steel-blue-900: #16323B;
--steel-blue-950: #0E1F25;
}