Steel Blue
#3F89A2
BlueColor Codes
All color formats for development
HEX
#3F89A2RGB
rgb(63, 137, 162)HSL
hsl(195, 44%, 44%)OKLCH
oklch(0.593 0.082 223)CMYK
cmyk(61%, 15%, 0%, 36%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#397B91
2#326E81
3#2C6071
4#265261
5#1F4451
6#193741
7#132930
8#0D1B20
9#060E10
Tints
Lighter variations
1#479AB6
2#5AA6BF
3#6FB1C7
4#84BCCF
5#98C7D7
6#ADD2DF
7#C1DEE7
8#D6E9EF
9#EAF4F7
Tones
Muted variations
1#44869D
2#498498
3#4E8193
4#537F8E
5#587D89
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 #CFE5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD1 #ABD1DE | BordersInactive statesPlaceholder text |
| 400 | 7EB9 #7EB9CD | Disabled statesSecondary iconsMuted text |
| 500 | 5AA5 #5AA5BF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F89 #3F89A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 326D #326D81 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 244E #244E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1732 #17323B | 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: #CFE5EC;
--steel-blue-300: #ABD1DE;
--steel-blue-400: #7EB9CD;
--steel-blue-500: #5AA5BF;
--steel-blue-600: #3F89A2;
--steel-blue-700: #326D81;
--steel-blue-800: #244E5C;
--steel-blue-900: #17323B;
--steel-blue-950: #0E1F25;
}