Steel Blue
#3E86A3
BlueColor Codes
All color formats for development
HEX
#3E86A3RGB
rgb(62, 134, 163)HSL
hsl(197, 45%, 44%)OKLCH
oklch(0.586 0.084 227.3)CMYK
cmyk(62%, 18%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#387992
2#316B82
3#2B5E72
4#255062
5#1F4351
6#193641
7#132831
8#0C1B21
9#060D10
Tints
Lighter variations
1#4697B7
2#59A3C0
3#6EAFC8
4#83BAD0
5#97C6D8
6#ACD1E0
7#C1DDE7
8#D6E8EF
9#EAF4F7
Tones
Muted variations
1#43849E
2#488299
3#4D8094
4#527D8E
5#577B89
6#5C7984
7#61777F
8#66757A
9#6B7275
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 | CFE4 #CFE4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | AAD0 #AAD0DF | BordersInactive statesPlaceholder text |
| 400 | 7EB7 #7EB7CE | Disabled statesSecondary iconsMuted text |
| 500 | 59A3 #59A3C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E86 #3E86A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 316B #316B81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 234C #234C5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1631 #16313B | 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: #E5F1F5;
--steel-blue-200: #CFE4ED;
--steel-blue-300: #AAD0DF;
--steel-blue-400: #7EB7CE;
--steel-blue-500: #59A3C0;
--steel-blue-600: #3E86A3;
--steel-blue-700: #316B81;
--steel-blue-800: #234C5C;
--steel-blue-900: #16313B;
--steel-blue-950: #0E1E25;
}